Merge pull request #6537 from influxdata/ross-disable-packaging

Remove automatic upload of packages to S3
pull/6546/head
Ross McDonald 2016-05-02 18:08:00 -05:00
commit b6be0e9e6a
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ case $ENVIRONMENT_INDEX in
0)
# 64 bit tests
# Static builds will be uploaded to S3 upon test completion
run_test_docker Dockerfile_build_ubuntu64 test_64bit --generate --test --upload --package
run_test_docker Dockerfile_build_ubuntu64 test_64bit --generate --test
rc=$?
;;
1)