skip uploading on release since bundle stage already does that
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f5bfd63f0e
commit
75d992099f
|
@ -74,6 +74,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Upload') {
|
||||
when { expression { cmn.getBuildType() != 'release' } }
|
||||
steps {
|
||||
script {
|
||||
/* e2e builds get tested in SauceLabs */
|
||||
|
|
Loading…
Reference in New Issue