1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-28 11:19:11 +00:00

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

5
Jenkinsfile vendored
View File

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