Disable circle uploads to S3 until more testing can be done for external PR's.

This commit is contained in:
Ross McDonald 2016-05-03 11:26:08 -05:00
parent 0b9b7bddd7
commit 8371546a66
1 changed files with 0 additions and 3 deletions

View File

@ -77,7 +77,4 @@ if [ $? -eq 0 ]; then
echo $tag
exit_if_fail ./scripts/build.py --release --package --version=$tag --platform=all --arch=all --upload --bucket=dl.influxdata.com/telegraf/releases
mv build $CIRCLE_ARTIFACTS
else
# Upload Linux build artifact to S3
./scripts/build.py --package --upload
fi