From b670b9bcdef84b26785b6f8f92247cf6924961c2 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 9 Nov 2018 19:52:34 -0700 Subject: [PATCH] Regenerate identity files in CI --- ci/test-stable-perf.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/test-stable-perf.sh b/ci/test-stable-perf.sh index f0c173120e..b487cb3f4e 100755 --- a/ci/test-stable-perf.sh +++ b/ci/test-stable-perf.sh @@ -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