fix some error

This commit is contained in:
liuyq-617 2020-12-28 10:51:03 +08:00
parent b0acd7ad7f
commit d75b9505ef
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -43,7 +43,7 @@ def pre_test(){
git checkout develop
git pull
git fetch
git branch -d ${CHANGE_BRANCH}
git branch -D ${CHANGE_BRANCH}
git checkout ${CHANGE_BRANCH}
git pull
git merge develop