mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 19:16:59 +00:00
yet another fix for DIAWI_URL argument
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
9c1bfa8a21
commit
c5f81d2bc4
@ -56,7 +56,7 @@ pipeline {
|
||||
dmgUrl = common.uploadArtifact('pkg', "${pkg}.dmg")
|
||||
appUrl = common.uploadArtifact('pkg', "${pkg}.AppImage")
|
||||
/* special case for iOS Diawi link */
|
||||
ipaUrl = ios.getEnvironment().DIAWI_URL
|
||||
ipaUrl = ios.getBuildVariables().get('DIAWI_URL')
|
||||
} }
|
||||
}
|
||||
stage('Notify') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user