This commit is contained in:
liuyq-617 2021-03-17 09:52:38 +08:00
parent 6d152e198f
commit 9d52d7983f
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -49,8 +49,8 @@ def pre_test(){
find ${WKC}/tests/pytest -name \'*\'.sql -exec rm -rf {} \\;
cd ${WK}
git reset --hard HEAD~10
git checkout develop >/dev/null
git pull
git checkout develop
git pull >/dev/null
cd ${WK}
export TZ=Asia/Harbin
date