Actually deploy

This commit is contained in:
Tim203 2022-01-26 12:20:29 +01:00
parent 53de9f4a31
commit 2573b47de9
No known key found for this signature in database
GPG Key ID: 064EE9F5BF7C3EE8
1 changed files with 4 additions and 2 deletions

6
Jenkinsfile vendored
View File

@ -22,8 +22,10 @@ pipeline {
stage ('Deploy') {
when {
branch "master"
branch "feature/cumulus-1.1" // allow Floodgate to build
anyOf {
branch "master"
branch "feature/cumulus-1.1" // allow Floodgate to build
}
}
steps {