mirror of
https://github.com/vacp2p/wakuconnect.dev.git
synced 2026-01-09 23:37:55 -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') {
|
stage('Publish Devel') {
|
||||||
when { expression { !(env.GIT_BRANCH ==~ /.*devel/) } }
|
when { expression { !(env.GIT_BRANCH ==~ /.*master/) } }
|
||||||
steps {
|
steps {
|
||||||
sshagent(credentials: ['jenkins-ssh']) {
|
sshagent(credentials: ['jenkins-ssh']) {
|
||||||
sh """
|
sh """
|
||||||
|
|||||||
Reference in New Issue
Block a user