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
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -22,9 +22,11 @@ pipeline {
|
|||
|
||||
stage ('Deploy') {
|
||||
when {
|
||||
anyOf {
|
||||
branch "master"
|
||||
branch "feature/cumulus-1.1" // allow Floodgate to build
|
||||
}
|
||||
}
|
||||
|
||||
steps {
|
||||
rtMavenDeployer(
|
||||
|
|
Loading…
Reference in a new issue