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

3
Jenkinsfile vendored
View file

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