Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-24 15:20:25 +01:00
Actually deploy
Dieser Commit ist enthalten in:
Ursprung
53de9f4a31
Commit
2573b47de9
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -22,8 +22,10 @@ pipeline {
|
|||||||
|
|
||||||
stage ('Deploy') {
|
stage ('Deploy') {
|
||||||
when {
|
when {
|
||||||
branch "master"
|
anyOf {
|
||||||
branch "feature/cumulus-1.1" // allow Floodgate to build
|
branch "master"
|
||||||
|
branch "feature/cumulus-1.1" // allow Floodgate to build
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
steps {
|
steps {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren