run bundle for building ios in nix_sh
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
29c168dfa1
commit
b6507ebb5a
|
@ -28,7 +28,7 @@ def bundle(type) {
|
||||||
string(credentialsId: 'APPLE_ID', variable: 'APPLE_ID'),
|
string(credentialsId: 'APPLE_ID', variable: 'APPLE_ID'),
|
||||||
string(credentialsId: 'fastlane-match-password', variable:'MATCH_PASSWORD')
|
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 */
|
/* rename built file for uploads and archivization */
|
||||||
def pkg = ''
|
def pkg = ''
|
||||||
|
|
Loading…
Reference in New Issue