Remove unused packaging script variable

pull/3146/head
Philip O'Toole 2015-06-25 18:54:23 -04:00
parent 27a35142e3
commit aae8287dcc
1 changed files with 0 additions and 1 deletions

View File

@ -361,7 +361,6 @@ if [ "x$response" == "xy" -o -n "$NIGHTLY_BUILD" ]; then
if [ -n "$NIGHTLY_BUILD" ]; then
filename=`echo $filename | sed s/$VERSION/nightly/`
fi
bucket=influxdb
echo "Uploading $filepath to s3://influxdb/$filename"
AWS_CONFIG_FILE=$AWS_FILE aws s3 cp $filepath s3://influxdb/$filename --acl public-read --region us-east-1
if [ $? -ne 0 ]; then