提交 18cc1eb6 编写于 作者: haoranc's avatar haoranc

ci:cancle "git clean -dx"

上级 4cff33b6
...@@ -40,7 +40,7 @@ def check_docs() { ...@@ -40,7 +40,7 @@ def check_docs() {
sh ''' sh '''
cd ${WKC} cd ${WKC}
git reset --hard git reset --hard
git clean -fxd git clean -f
rm -rf examples/rust/ rm -rf examples/rust/
git remote prune origin git remote prune origin
git fetch git fetch
...@@ -86,7 +86,7 @@ def pre_test(){ ...@@ -86,7 +86,7 @@ def pre_test(){
git fetch git fetch
cd ${WKC} cd ${WKC}
git reset --hard git reset --hard
git clean -fxd git clean -f
rm -rf examples/rust/ rm -rf examples/rust/
git remote prune origin git remote prune origin
git fetch git fetch
...@@ -201,7 +201,7 @@ def pre_test_win(){ ...@@ -201,7 +201,7 @@ def pre_test_win(){
''' '''
bat ''' bat '''
cd %WIN_COMMUNITY_ROOT% cd %WIN_COMMUNITY_ROOT%
git clean -fxd git clean -f
git reset --hard git reset --hard
git remote prune origin git remote prune origin
git fetch git fetch
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册