mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-27 15:44:17 +02:00
ci: fix cirrus ci build cleanup (#849)
This commit is contained in:
parent
59c214b733
commit
0b8224c015
@ -27,7 +27,8 @@ cleanup_template: &CLEANUP_TEMPLATE
|
||||
before_cache_script:
|
||||
- rm -rf $HOME/.cargo/registry/index
|
||||
- rm -f ./target/.rustc_info.json
|
||||
- find ./target/debug -maxdepth 1 -type f -delete # Delete stray files
|
||||
- find ./target/debug -maxdepth 1 -type f -delete || true # Delete stray files if they exist
|
||||
- find ./target/release -maxdepth 1 -type f -delete || true # Delete stray files
|
||||
|
||||
env:
|
||||
CARGO_INCREMENTAL: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user