fix CI caches

This commit is contained in:
Aleksey Kladov 2018-12-20 20:00:14 +03:00
parent 346456f59f
commit c626e4a526
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
cache: cargo
before_cache:
- find ./target/debug -type f -maxdepth 1 -delete
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*}
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*}
- rm -f ./target/.rustc_info.json
env: