Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-12-23 23:00:21 +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') {
|
||||
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 {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren