mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
We no longer need to worry about deploying the Floodgate 2.0 branch
This commit is contained in:
parent
fac1dc8871
commit
2f0677b866
1 changed files with 1 additions and 4 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -22,10 +22,7 @@ pipeline {
|
||||||
|
|
||||||
stage ('Deploy') {
|
stage ('Deploy') {
|
||||||
when {
|
when {
|
||||||
anyOf {
|
branch "master"
|
||||||
branch "master"
|
|
||||||
branch "floodgate-2.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
|
Loading…
Reference in a new issue