mirror of
https://github.com/status-im/status-react.git
synced 2025-02-02 14:14:39 +00:00
missing variable source
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
3acc480428
commit
195de3fc07
@ -40,7 +40,7 @@ def uploadToSauceLabs() {
|
||||
if (changeId != null) {
|
||||
env.SAUCE_LABS_NAME = "${changeId}.apk"
|
||||
} else {
|
||||
def pkg = cmn.pkgFilename(type, 'apk')
|
||||
def pkg = cmn.pkgFilename(cmn.getBuildType(), 'apk')
|
||||
env.SAUCE_LABS_NAME = "${pkg}"
|
||||
}
|
||||
withCredentials([
|
||||
|
Loading…
x
Reference in New Issue
Block a user