diff .temporary/workflows/packer-5.sh.orig .temporary/workflows/packer-5.sh --- .temporary/workflows/packer-5.sh.orig +++ .temporary/workflows/packer-5.sh @@ -23,7 +23,7 @@ ' PACKER_EXIT_CODE=${PIPESTATUS[0]} set -e -if (( PACKER_EXIT_CODE != 0 )); then +if ((PACKER_EXIT_CODE != 0)); then exit "${PACKER_EXIT_CODE}" fi cat reports/manifest.json