提交 ef0b6ead 编写于 作者: L liuyq-617

fix

上级 5d4d10d0
......@@ -70,13 +70,13 @@ def pre_test(){
script {
if (env.CHANGE_TARGET == 'master') {
sh '''
cd ${WKC}
cd ${WK}
git checkout master
'''
}
else {
sh '''
cd ${WKC}
cd ${WK}
git checkout develop
'''
}
......@@ -84,6 +84,7 @@ def pre_test(){
sh '''
cd ${WK}
git pull >/dev/null
export TZ=Asia/Harbin
date
git clean -dfx
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册