mirror of
https://github.com/status-im/status-mobile.git
synced 2025-01-13 18:25:45 +00:00
Fix how we get CHANGE_ID for PRs when uploading to SauceLabs
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0c3bfc14f9
commit
513a9cadbe
@ -24,7 +24,7 @@ def uploadToPlayStore(type = 'nightly') {
|
||||
}
|
||||
|
||||
def uploadToSauceLabs() {
|
||||
def changeId = cmn.getParentRunEnv('CHANGE_ID')
|
||||
def changeId = cmn.changeId()
|
||||
if (changeId != null) {
|
||||
env.SAUCE_LABS_NAME = "${changeId}.apk"
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user