Server launch test occurs on all branches.
This commit is contained in:
parent
c6b603a902
commit
e19da4c362
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user