missing variable source

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-01-22 15:15:30 +01:00
parent 3acc480428
commit 195de3fc07
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

View File

@ -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([