Regenerate identity files in CI

This commit is contained in:
Greg Fitzgerald 2018-11-09 19:52:34 -07:00
parent fea86b2955
commit b670b9bcde
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
cd "$(dirname "$0")/.."
# Clear cached json keypair files
rm -rf "$HOME/.config/solana"
if ! ci/version-check.sh stable; then
# This job doesn't run within a container, try once to upgrade tooling on a
# version check failure