skip uploading on release since bundle stage already does that

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-01-10 14:32:11 +01:00
parent f5bfd63f0e
commit 75d992099f
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ pipeline {
}
}
stage('Upload') {
when { expression { cmn.getBuildType() != 'release' } }
steps {
script {
/* e2e builds get tested in SauceLabs */