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:
Jakub Sokołowski 2019-01-10 10:56:08 +01:00
parent 0c3bfc14f9
commit 513a9cadbe
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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 {