ci: fix conditional for devel publishing
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0f69654862
commit
38f0c92f7f
|
@ -43,7 +43,7 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Publish Devel') {
|
||||
when { expression { env.GIT_BRANCH ==~ /.*develop/ } }
|
||||
when { expression { env.GIT_BRANCH !=~ /.*master/ } }
|
||||
steps {
|
||||
sshagent(credentials: ['jenkins-ssh']) {
|
||||
sh """
|
||||
|
|
Loading…
Reference in New Issue