ci: don't use pure shell for Play Store upload
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
b31bebdbd9
commit
23708f1487
|
@ -109,7 +109,8 @@ def uploadToPlayStore(type = 'nightly') {
|
||||||
nix.shell(
|
nix.shell(
|
||||||
"fastlane android ${type}",
|
"fastlane android ${type}",
|
||||||
keep: ['FASTLANE_DISABLE_COLORS', 'APK_PATHS', 'GOOGLE_PLAY_JSON_KEY'],
|
keep: ['FASTLANE_DISABLE_COLORS', 'APK_PATHS', 'GOOGLE_PLAY_JSON_KEY'],
|
||||||
attr: 'shells.fastlane'
|
attr: 'shells.fastlane',
|
||||||
|
pure: false
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue