Don't upload packages to get.influxdb.org bucket
parent
aae8287dcc
commit
d9ba03bfdc
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue