ci: fix devel publish step branch condition

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-01-11 09:25:59 +01:00
parent d98faf1933
commit 7daf5a979d
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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 """