fix jenkinsfile

This commit is contained in:
nikolay 2023-06-09 11:14:19 +04:00
parent 4ca921b3f7
commit 55b2c0c2ff

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ node('Lithium'){
sh "git checkout ${env.BRANCH_NAME}"
sh "git checkout -- ."
sh "git pull"
sh "git pull --rebase"
//sh "git submodule update --init --recursive"
//sh "git submodule update --remote --merge"
}