From de284466fffa4b19f2ec447c62fb1791b1c60e4d Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 5 Sep 2018 19:12:56 -0700 Subject: [PATCH] Fetch install-earlyoom.sh from v0.7 branch --- ci/testnet-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index dac07c5393..a941b141ab 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -73,7 +73,7 @@ EARLYOOM_INSTALL_CMD="\ wget --retry-connrefused --waitretry=1 \ --read-timeout=20 --timeout=15 --tries=5 \ -O install-earlyoom.sh \ - https://raw.githubusercontent.com/solana-labs/solana/master/ci/install-earlyoom.sh; \ + https://raw.githubusercontent.com/solana-labs/solana/v0.7/ci/install-earlyoom.sh; \ bash install-earlyoom.sh \ " SNAP_INSTALL_CMD="$EARLYOOM_INSTALL_CMD; $SNAP_INSTALL_CMD"