From 2f0677b866dd13d453aa032d86e87f1ae8d96e74 Mon Sep 17 00:00:00 2001 From: Camotoy <20743703+Camotoy@users.noreply.github.com> Date: Sun, 6 Jun 2021 10:00:08 -0400 Subject: [PATCH] We no longer need to worry about deploying the Floodgate 2.0 branch --- Jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index d76a6f737..09e88e86e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,10 +22,7 @@ pipeline { stage ('Deploy') { when { - anyOf { - branch "master" - branch "floodgate-2.0" - } + branch "master" } steps {