mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-01-23 10:19:41 +00:00
ci: fix conditional for devel publishing
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
bb6d39d504
commit
25bc3f9f89
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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…
x
Reference in New Issue
Block a user