Add --no-deploy option to allow restarting nodes without a software update (#5182) (#5239)

automerge
This commit is contained in:
mergify[bot]
2019-07-22 22:20:39 -07:00
committed by Grimes
parent 8c23508cd5
commit cf7c5cdb03
4 changed files with 75 additions and 52 deletions

View File

@@ -41,6 +41,8 @@ local|tar)
net/scripts/rsync-retry.sh -vPrc "$entrypointIp:~/.cargo/bin/solana*" ~/.cargo/bin/
;;
skip)
;;
*)
echo "Unknown deployment method: $deployMethod"
exit 1