From 6b46c22b429b31fc4abbf029714c97eb37038684 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 8 Jan 2019 22:24:35 -0700 Subject: [PATCH] Use restart --- ci/testnet-deploy.sh | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ci/testnet-deploy.sh b/ci/testnet-deploy.sh index a8c8586ef..67ef5c25e 100755 --- a/ci/testnet-deploy.sh +++ b/ci/testnet-deploy.sh @@ -213,11 +213,13 @@ fi ok=true ( - op=start - # TODO: Enable rolling updates - #if $skipSetup; then - # op=update - #fi + if $skipSetup; then + # TODO: Enable rolling updates + #op=update + op=restart + else + op=start + fi if $useTarReleaseChannel; then deploySource="-t $tarChannelOrTag"