From 647bde7c6b46faf0eb4bf240457b385255275380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 18 Oct 2019 11:10:44 +0200 Subject: [PATCH] fix type of shell used for s3cmd uploads MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/common.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/common.groovy b/ci/common.groovy index f88d68f67c..088328c7bf 100644 --- a/ci/common.groovy +++ b/ci/common.groovy @@ -86,7 +86,7 @@ def uploadArtifact(path) { usernameVariable: 'DO_ACCESS_KEY', passwordVariable: 'DO_SECRET_KEY' )]) { - shell(""" + sh(""" s3cmd ${customOpts} \\ --acl-public \\ --host="${domain}" \\