mirror of
https://github.com/status-im/status-react.git
synced 2025-01-27 11:16:03 +00:00
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…
x
Reference in New Issue
Block a user