CI Tweaks (backport #18738) (#18741)

* ci: fix typo

(cherry picked from commit 96a7cedaca)

* ci: suppress cargo tree output

(cherry picked from commit 59cd0556ef)

Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
mergify[bot]
2021-07-17 07:08:28 +00:00
committed by GitHub
parent 6f661dd8a9
commit 870a7e8458
3 changed files with 3 additions and 3 deletions

View File

@@ -148,7 +148,7 @@ for file in "${markdownFiles[@]}"; do
done
# Update cargo lock files
scripts/cargo-for-all-lock-files.sh tree
scripts/cargo-for-all-lock-files.sh tree >/dev/null
echo "$currentVersion -> $newVersion"