We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 512ac83 + f2de544 commit a8b7f13Copy full SHA for a8b7f13
image/actions.sh
@@ -55,7 +55,7 @@ function execute_run_commands() {
55
if [[ -n $TERRAFORM_PRE_RUN ]]; then
56
echo "Executing init commands specified in 'TERRAFORM_PRE_RUN' environment variable"
57
printf "%s" "$TERRAFORM_PRE_RUN" > /.prerun.sh
58
- bash -x /.prerun.sh
+ bash -xeo pipefail /.prerun.sh
59
fi
60
}
61
0 commit comments