cleanup cahces more aggressively

This commit is contained in:
Aleksey Kladov 2018-11-06 22:22:22 +03:00
parent 21797bf0ef
commit 28e3220b34

View file

@ -1,7 +1,7 @@
cache: cargo
before_cache:
- find ./target/debug -type f -maxdepth 1 -delete
- rm -f ./target/debug/deps/*ra_*
- rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*}
env:
- CARGO_INCREMENTAL=0