Removed unecessary git checkout in Jenkinsfile.
This commit is contained in:
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@@ -43,7 +43,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") {
|
||||||
|
Reference in New Issue
Block a user