Sha256: 918e715df200cfb1932945a7faa277a088cc9f1fff8bdc4ea8fae90293f97bc7
Contents?: true
Size: 278 Bytes
Versions: 2
Compression:
Stored size: 278 Bytes
Contents
#!/usr/bin/env bash set -e sudo apt-get update sudo apt-get install -y python-pip libpython-dev > /dev/null 2>&1 echo "Installing aws cli..." sudo pip install awscli > /dev/null 2>&1 echo "Pushing metrics-aggregator gem to s3..." aws s3 cp /tmp/pkg/*.gem s3://k8s-ci-artifacts/
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-k8s-metrics-agg-1.1.2 | .circleci/push_gem.sh |
fluent-plugin-k8s-metrics-agg-1.1.1 | .circleci/push_gem.sh |