ci: fix devel publish step branch condition
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
d98faf1933
commit
7daf5a979d
|
@ -42,7 +42,7 @@ pipeline {
|
|||
}
|
||||
|
||||
stage('Publish Devel') {
|
||||
when { expression { !(env.GIT_BRANCH ==~ /.*devel/) } }
|
||||
when { expression { !(env.GIT_BRANCH ==~ /.*master/) } }
|
||||
steps {
|
||||
sshagent(credentials: ['jenkins-ssh']) {
|
||||
sh """
|
||||
|
|
Loading…
Reference in New Issue