3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-07-30 17:18:10 +02:00

Fix conditional for deploying

Dieser Commit ist enthalten in:
RednedEpic 2022-04-24 12:11:50 -05:00
Ursprung 7ca3b8d433
Commit 4dbfd5f66e

6
Jenkinsfile vendored
Datei anzeigen

@ -22,8 +22,10 @@ pipeline {
stage ('Deploy') { stage ('Deploy') {
when { when {
branch "master" anyOf {
branch "feature/extensions" branch "master"
branch "feature/extensions"
}
} }
steps { steps {