don't use pure shell for uploads, causes SSL issues

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-11-27 11:23:07 +01:00
parent 7e6caf03ad
commit 182bfef295
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

@ -148,7 +148,8 @@ def uploadToDiawi() {
nix.shell(
'fastlane android upload_diawi',
attr: 'targets.mobile.fastlane.shell',
keep: ['FASTLANE_DISABLE_COLORS', 'APK_PATHS', 'DIAWI_TOKEN']
keep: ['FASTLANE_DISABLE_COLORS', 'APK_PATHS', 'DIAWI_TOKEN'],
pure: false
)
}
diawiUrl = readFile "${env.WORKSPACE}/fastlane/diawi.out"