fix some errors

This commit is contained in:
liuyq-617 2020-12-28 09:54:05 +08:00
parent cbf323e9cb
commit b0acd7ad7f
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -43,7 +43,9 @@ def pre_test(){
git checkout develop
git pull
git fetch
git branch -d ${CHANGE_BRANCH}
git checkout ${CHANGE_BRANCH}
git pull
git merge develop
cd ${WK}
git reset --hard