diff options
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index 931881da..c89dd584 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -303,7 +303,10 @@ parse_inventory_file() { exit 1 fi - eval $(parse_yaml $INVENTORY_FILE) || ( echo "${red}Failed to parse inventory.yaml. Aborting.${reset}" && exit 1 ) + eval $(parse_yaml $INVENTORY_FILE) || { + echo "${red}Failed to parse inventory.yaml. Aborting.${reset}" && + exit 1 + } instack_env_output=" { |