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

This commit is contained in:
Michael Vines
2019-07-22 21:38:26 -07:00
committed by GitHub
parent a0ccdccff1
commit 5f81a67298
4 changed files with 75 additions and 52 deletions

View File

@ -67,7 +67,7 @@ source net/common.sh
loadConfigFile
case $deployMethod in
local|tar)
local|tar|skip)
PATH="$HOME"/.cargo/bin:"$PATH"
export USE_INSTALL=1
if [[ -r target/perf-libs/env.sh ]]; then