Removed unecessary git checkout in Jenkinsfile.

This commit is contained in:
Harrison Deng 2022-05-12 15:27:55 -05:00
parent 13ddc5f350
commit c6b603a902

1
Jenkinsfile vendored
View File

@ -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") {