Skip to content

Commit

Permalink
jenkins_build.sh: Use new s4cmd params for accessing s3
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Florin Sarbu <florin@balena.io>
  • Loading branch information
floion committed Jul 12, 2019
1 parent e47a99d commit b6d16c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automation/jenkins_build.sh
Expand Up @@ -319,7 +319,7 @@ deploy_to_s3() {
exit 1
fi

local _s3_cmd="s4cmd --access_key=${_s3_access_key} --secret_key=${_s3_secret_key}"
local _s3_cmd="s4cmd --access-key=${_s3_access_key} --secret-key=${_s3_secret_key}"
local _s3_sync_opts="--recursive --acl-public"
docker pull resin/resin-img:master
docker run --rm -t \
Expand Down

0 comments on commit b6d16c5

Please sign in to comment.