Server launch test occurs on all branches.

This commit is contained in:
Harrison Deng 2022-05-12 15:31:23 -05:00
parent c6b603a902
commit e19da4c362

5
Jenkinsfile vendored
View File

@ -16,11 +16,6 @@ pipeline {
}
}
stage("server launch test") {
when {
not {
branch '**/latest-modpack'
}
}
steps {
sh 'echo "eula=true" > eula.txt'
sh "chmod u+x ./run.sh"