mirror of
https://github.com/status-im/status-react.git
synced 2025-02-18 13:58:24 +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') {
|
stage('Upload') {
|
||||||
|
when { expression { cmn.getBuildType() != 'release' } }
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
/* e2e builds get tested in SauceLabs */
|
/* e2e builds get tested in SauceLabs */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user