fix type of shell used for s3cmd uploads

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-10-18 11:10:44 +02:00
parent f28fd8fc9c
commit 647bde7c6b
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ def uploadArtifact(path) {
usernameVariable: 'DO_ACCESS_KEY',
passwordVariable: 'DO_SECRET_KEY'
)]) {
shell("""
sh("""
s3cmd ${customOpts} \\
--acl-public \\
--host="${domain}" \\