fix jenkinsfile
This commit is contained in:
parent
4ca921b3f7
commit
55b2c0c2ff
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -11,7 +11,7 @@ node('Lithium'){
|
|||||||
sh "git checkout ${env.BRANCH_NAME}"
|
sh "git checkout ${env.BRANCH_NAME}"
|
||||||
sh "git checkout -- ."
|
sh "git checkout -- ."
|
||||||
|
|
||||||
sh "git pull"
|
sh "git pull --rebase"
|
||||||
//sh "git submodule update --init --recursive"
|
//sh "git submodule update --init --recursive"
|
||||||
//sh "git submodule update --remote --merge"
|
//sh "git submodule update --remote --merge"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user