Removed unecessary git checkout in Jenkinsfile.
This commit is contained in:
parent
13ddc5f350
commit
c6b603a902
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -43,7 +43,6 @@ pipeline {
|
||||
sh "git pull -X theirs origin latest-modpack"
|
||||
sh "git push --set-upstream origin latest-modpack"
|
||||
}
|
||||
sh "git checkout develop"
|
||||
}
|
||||
}
|
||||
stage("deploy") {
|
||||
|
Loading…
Reference in New Issue
Block a user