Fixed command argument typo in pipeline.
This commit is contained in:
parent
f1c96b02c0
commit
8d00aa9852
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -9,7 +9,7 @@ pipeline {
|
|||||||
sshagent(['108c5045-64d1-42a6-acd7-a39da5e096d1']) {
|
sshagent(['108c5045-64d1-42a6-acd7-a39da5e096d1']) {
|
||||||
sh "git fetch"
|
sh "git fetch"
|
||||||
sh "git checkout -b latest-modpack"
|
sh "git checkout -b latest-modpack"
|
||||||
sh "git merge develop --theirs"
|
sh "git merge --strategy-option theirs develop"
|
||||||
sh "chmod u+x ./scripts/*.sh"
|
sh "chmod u+x ./scripts/*.sh"
|
||||||
sh "./scripts/update_modpack.sh"
|
sh "./scripts/update_modpack.sh"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user