mirror of
https://github.com/status-im/status-react.git
synced 2025-02-17 05:16:46 +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 uploadToSauceLabs() {
|
||||||
def changeId = cmn.getParentRunEnv('CHANGE_ID')
|
def changeId = cmn.changeId()
|
||||||
if (changeId != null) {
|
if (changeId != null) {
|
||||||
env.SAUCE_LABS_NAME = "${changeId}.apk"
|
env.SAUCE_LABS_NAME = "${changeId}.apk"
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user