ci: rust dir
The 2.x and 3.x have the same file name but different contents.
This commit is contained in:
parent
7688f8ed04
commit
d9e978814a
|
@ -43,6 +43,7 @@ def pre_test(){
|
||||||
cd ${WKC}
|
cd ${WKC}
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git clean -fxd
|
git clean -fxd
|
||||||
|
rm -rf examples/rust/
|
||||||
git remote prune origin
|
git remote prune origin
|
||||||
git fetch
|
git fetch
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue