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:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -22,10 +22,7 @@ pipeline {
|
||||
|
||||
stage ('Deploy') {
|
||||
when {
|
||||
anyOf {
|
||||
branch "master"
|
||||
branch "floodgate-2.0"
|
||||
}
|
||||
branch "master"
|
||||
}
|
||||
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user