Don't upload packages to get.influxdb.org bucket

pull/3146/head
Philip O'Toole 2015-06-25 18:55:57 -04:00
parent aae8287dcc
commit d9ba03bfdc
1 changed files with 0 additions and 6 deletions

View File

@ -367,12 +367,6 @@ if [ "x$response" == "xy" -o -n "$NIGHTLY_BUILD" ]; then
echo "Upload failed -- aborting".
cleanup_exit 1
fi
echo "Uploading $filepath to s3://get.influxdb.org/$filename"
AWS_CONFIG_FILE=$AWS_FILE aws s3 cp $filepath s3://get.influxdb.org/$filename --acl public-read --region us-east-1
if [ $? -ne 0 ]; then
echo "Upload failed -- aborting".
cleanup_exit 1
fi
done
else
echo "Not publishing packages to S3."