ci: make e2e stage depends on publish param
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
ba3e229d6f
commit
2618201bb3
|
@ -97,7 +97,7 @@ pipeline {
|
||||||
} }
|
} }
|
||||||
}
|
}
|
||||||
stage('Run e2e') {
|
stage('Run e2e') {
|
||||||
when { expression { btype == 'nightly' } }
|
when { expression { btype == 'nightly' && params.PUBLISH } }
|
||||||
steps { script {
|
steps { script {
|
||||||
e2eApk = utils.getEnv(apke2e, 'SAUCE_URL')
|
e2eApk = utils.getEnv(apke2e, 'SAUCE_URL')
|
||||||
build(
|
build(
|
||||||
|
|
Loading…
Reference in New Issue