mirror of
https://github.com/status-im/nimbus-site.git
synced 2025-02-02 15:14:10 +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') {
|
stage('Publish Devel') {
|
||||||
when { expression { env.GIT_BRANCH ==~ /.*develop/ } }
|
when { expression { env.GIT_BRANCH !=~ /.*master/ } }
|
||||||
steps {
|
steps {
|
||||||
sshagent(credentials: ['jenkins-ssh']) {
|
sshagent(credentials: ['jenkins-ssh']) {
|
||||||
sh """
|
sh """
|
||||||
|
Loading…
x
Reference in New Issue
Block a user