diff options
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index cf7b3b35b..f51ba5fb0 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -336,7 +336,7 @@ for state in "${cluster_states[@]}"; do notify "STATE: ${state}\n" 2 # shellcheck disable=SC2086,2029 ssh ${SSH_OPTS} "ubuntu@${SALT_MASTER}" \ - sudo "/root/fuel/mcp/config/states/${state}" + sudo "/root/fuel/mcp/config/states/${state} || true" done popd > /dev/null |