fix some errors
This commit is contained in:
parent
cbf323e9cb
commit
b0acd7ad7f
|
@ -43,7 +43,9 @@ def pre_test(){
|
||||||
git checkout develop
|
git checkout develop
|
||||||
git pull
|
git pull
|
||||||
git fetch
|
git fetch
|
||||||
|
git branch -d ${CHANGE_BRANCH}
|
||||||
git checkout ${CHANGE_BRANCH}
|
git checkout ${CHANGE_BRANCH}
|
||||||
|
git pull
|
||||||
git merge develop
|
git merge develop
|
||||||
cd ${WK}
|
cd ${WK}
|
||||||
git reset --hard
|
git reset --hard
|
||||||
|
|
Loading…
Reference in New Issue