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

2
Jenkinsfile vendored
Datei anzeigen

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