remove the last changing file from cache

This commit is contained in:
Aleksey Kladov 2018-11-06 23:52:11 +03:00
parent efdb0d84c8
commit 9ed7edab08

View file

@ -2,6 +2,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 -f ./target/.rustc_info.json
env:
- CARGO_INCREMENTAL=0