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',
|
usernameVariable: 'DO_ACCESS_KEY',
|
||||||
passwordVariable: 'DO_SECRET_KEY'
|
passwordVariable: 'DO_SECRET_KEY'
|
||||||
)]) {
|
)]) {
|
||||||
shell("""
|
sh("""
|
||||||
s3cmd ${customOpts} \\
|
s3cmd ${customOpts} \\
|
||||||
--acl-public \\
|
--acl-public \\
|
||||||
--host="${domain}" \\
|
--host="${domain}" \\
|
||||||
|
|
Loading…
Reference in New Issue