Merge branch 'develop' into latest-modpack
This commit is contained in:
commit
5da7d6eec5
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -16,11 +16,6 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("server launch test") {
|
stage("server launch test") {
|
||||||
when {
|
|
||||||
not {
|
|
||||||
branch '**/latest-modpack'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh 'echo "eula=true" > eula.txt'
|
sh 'echo "eula=true" > eula.txt'
|
||||||
sh "chmod u+x ./run.sh"
|
sh "chmod u+x ./run.sh"
|
||||||
@ -43,7 +38,6 @@ pipeline {
|
|||||||
sh "git pull -X theirs origin latest-modpack"
|
sh "git pull -X theirs origin latest-modpack"
|
||||||
sh "git push --set-upstream origin latest-modpack"
|
sh "git push --set-upstream origin latest-modpack"
|
||||||
}
|
}
|
||||||
sh "git checkout develop"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage("deploy") {
|
stage("deploy") {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user