Merge pull request #6537 from influxdata/ross-disable-packaging
Remove automatic upload of packages to S3pull/6546/head
commit
b6be0e9e6a
2
test.sh
2
test.sh
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue