Use restart
This commit is contained in:
@ -213,11 +213,13 @@ fi
|
|||||||
|
|
||||||
ok=true
|
ok=true
|
||||||
(
|
(
|
||||||
op=start
|
if $skipSetup; then
|
||||||
# TODO: Enable rolling updates
|
# TODO: Enable rolling updates
|
||||||
#if $skipSetup; then
|
|
||||||
#op=update
|
#op=update
|
||||||
#fi
|
op=restart
|
||||||
|
else
|
||||||
|
op=start
|
||||||
|
fi
|
||||||
|
|
||||||
if $useTarReleaseChannel; then
|
if $useTarReleaseChannel; then
|
||||||
deploySource="-t $tarChannelOrTag"
|
deploySource="-t $tarChannelOrTag"
|
||||||
|
Reference in New Issue
Block a user