mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Actually deploy
This commit is contained in:
parent
53de9f4a31
commit
2573b47de9
1 changed files with 4 additions and 2 deletions
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
|
@ -22,8 +22,10 @@ pipeline {
|
|||
|
||||
stage ('Deploy') {
|
||||
when {
|
||||
branch "master"
|
||||
branch "feature/cumulus-1.1" // allow Floodgate to build
|
||||
anyOf {
|
||||
branch "master"
|
||||
branch "feature/cumulus-1.1" // allow Floodgate to build
|
||||
}
|
||||
}
|
||||
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue