3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-09-08 12:32:53 +02:00

Actually deploy

Dieser Commit ist enthalten in:
Tim203 2022-01-26 12:20:29 +01:00
Ursprung 53de9f4a31
Commit 2573b47de9
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 064EE9F5BF7C3EE8

6
Jenkinsfile vendored
Datei anzeigen

@ -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 {