mirror of
https://github.com/vacp2p/wakuconnect.dev.git
synced 2026-01-08 23:08:06 -05:00
ci: fix devel publish step branch condition
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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 """
|
||||
|
||||
Reference in New Issue
Block a user