Skip to content

Commit

Permalink
Merge branch 'master' into resource_collector
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Desai authored May 2, 2019
2 parents 9ddc334 + a529afe commit dbbe3a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ script:
make integration-test-deploy;
fi &&
if [ "${TRAVIS_PULL_REQUEST}" == "false" ] && [ "${TRAVIS_BRANCH}" == "master" ]; then
aws s3 cp --acl public-read bin/linux/storkctl s3://${BUCKET_NAME}/storkctl/latest/linux/;
aws s3 cp --acl public-read bin/windows/storkctl.exe s3://${BUCKET_NAME}/storkctl/latest/windows/;
aws s3 cp --acl public-read bin/darwin/storkctl s3://${BUCKET_NAME}/storkctl/latest/darwin/;
aws s3 cp --acl public-read bin/linux/storkctl s3://${BUCKET_NAME}/storkctl/master/linux/;
aws s3 cp --acl public-read bin/windows/storkctl.exe s3://${BUCKET_NAME}/storkctl/master/windows/;
aws s3 cp --acl public-read bin/darwin/storkctl s3://${BUCKET_NAME}/storkctl/master/darwin/;
fi
notifications:
email:
Expand Down

0 comments on commit dbbe3a9

Please sign in to comment.