Skip to content

Commit

Permalink
Merge pull request #73 from resin-os/fix-unrecognized-input
Browse files Browse the repository at this point in the history
Attempt to fix unrecognized input header error
  • Loading branch information
brownjohnf committed Jun 8, 2017
2 parents 9141d34 + 011607a commit 73ef513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/jenkins_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ deploy_to_s3() {

local _s3_cmd="s3cmd --access_key=${_s3_access_key} --secret_key=${_s3_secret_key}"
local _s3_sync_opts="--recursive --acl-public"
docker run \
docker run -it \
-e BASE_DIR=/host/images \
-e S3_CMD="$_s3_cmd" \
-e S3_SYNC_OPTS="$_s3_sync_opts" \
Expand Down

0 comments on commit 73ef513

Please sign in to comment.