We no longer need to worry about deploying the Floodgate 2.0 branch

This commit is contained in:
Camotoy 2021-06-06 10:00:08 -04:00
parent fac1dc8871
commit 2f0677b866
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 4 deletions

5
Jenkinsfile vendored
View File

@ -22,10 +22,7 @@ pipeline {
stage ('Deploy') {
when {
anyOf {
branch "master"
branch "floodgate-2.0"
}
branch "master"
}
steps {