mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-24 07:29:41 +00:00
fix type of shell used for s3cmd uploads
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f28fd8fc9c
commit
647bde7c6b
@ -86,7 +86,7 @@ def uploadArtifact(path) {
|
||||
usernameVariable: 'DO_ACCESS_KEY',
|
||||
passwordVariable: 'DO_SECRET_KEY'
|
||||
)]) {
|
||||
shell("""
|
||||
sh("""
|
||||
s3cmd ${customOpts} \\
|
||||
--acl-public \\
|
||||
--host="${domain}" \\
|
||||
|
Loading…
x
Reference in New Issue
Block a user