fix some error
This commit is contained in:
parent
b0acd7ad7f
commit
d75b9505ef
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue