Skip to content

Commit

Permalink
Change ACL to public
Browse files Browse the repository at this point in the history
  • Loading branch information
yanivtal committed Dec 5, 2016
1 parent 03feec9 commit 5202088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ info 'starting s3 upload'
cd "$WERCKER_ROOT"

set +e
debug "s3cmd put --acl-private --verbose '$WERCKER_S3PUT_FILE' '$WERCKER_S3PUT_URL'"
sync_output=$(s3cmd sync --acl-private --verbose "$WERCKER_S3PUT_FILE" "$WERCKER_S3PUT_URL")
debug "s3cmd put --acl-public --verbose '$WERCKER_S3PUT_FILE' '$WERCKER_S3PUT_URL'"
sync_output=$(s3cmd sync --acl-public --verbose "$WERCKER_S3PUT_FILE" "$WERCKER_S3PUT_URL")

if [[ $? -ne 0 ]];then
warning $sync_output
Expand Down

0 comments on commit 5202088

Please sign in to comment.