Skip to content

Commit e3235b5

Browse files
committed
fix bash syntax
1 parent 4831be9 commit e3235b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/publish/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ secret_key = $AWS_SECRET_KEY
7171
EOF
7272
S3CMD_ARGS+=("-c" "$WORKDIR/s3cfg")
7373
else
74-
74+
echo "Using env vars to authenticate s3cmd to AWS"
7575
fi
7676
echo "+ s3cmd --storage-class=STANDARD_IA --human-readable-sizes --follow-symlinks --no-delete-removed --acl-public --guess-mime-type ${S3CMD_ARGS[*]} sync $WORKDIR/content/ s3://phusion-passenger/binaries/$S3_BUCKET_NAME/by_release/$VERSION/"
7777
s3cmd \

0 commit comments

Comments
 (0)