Skip to content

Commit

Permalink
ci: discard misleading cargo uninstall errors in bk post-checkout h…
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson authored Jun 14, 2023
1 parent 60e36af commit 26be1a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/hooks/post-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ source ci/env.sh
# HACK: These are in our docker images, need to be removed from CARGO_HOME
# because we try to cache downloads across builds with CARGO_HOME
# cargo lacks a facility for "system" tooling, always tries CARGO_HOME first
cargo uninstall cargo-audit || true
cargo uninstall svgbob_cli || true
cargo uninstall mdbook || true
cargo uninstall cargo-audit &>/dev/null || true
cargo uninstall svgbob_cli &>/dev/null || true
cargo uninstall mdbook &>/dev/null || true

0 comments on commit 26be1a3

Please sign in to comment.