From b6507ebb5a9a8142c7ef1b97e621d83990cf173a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 26 Mar 2019 10:01:07 +0100 Subject: [PATCH] run bundle for building ios in nix_sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- ci/ios.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ios.groovy b/ci/ios.groovy index 990854b916..d614fb2433 100644 --- a/ci/ios.groovy +++ b/ci/ios.groovy @@ -28,7 +28,7 @@ def bundle(type) { string(credentialsId: 'APPLE_ID', variable: 'APPLE_ID'), string(credentialsId: 'fastlane-match-password', variable:'MATCH_PASSWORD') ]) { - sh "bundle exec fastlane ios ${target}" + utils.nix_sh "bundle exec fastlane ios ${target}" } /* rename built file for uploads and archivization */ def pkg = ''