File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ init_terraform() {
88 --volume aws-provider:/app/src/aws/.terraform \
99 --volume github-provider:/app/src/github/.terraform \
1010 --volume heroku-provider:/app/src/heroku/.terraform \
11- infrastructure:" $GITHUB_COMMIT_SHA " -chdir=src/" $dir " init -input=false
11+ infrastructure:" $GITHUB_COMMIT_SHA " -chdir=src/" $dir " init -input=false 2>&1
1212 done
1313}
1414
@@ -22,7 +22,7 @@ format_terraform() {
2222 --volume aws-provider:/app/src/aws/.terraform \
2323 --volume github-provider:/app/src/github/.terraform \
2424 --volume heroku-provider:/app/src/heroku/.terraform \
25- infrastructure:" $GITHUB_COMMIT_SHA " -chdir=src/" $dir " fmt -check
25+ infrastructure:" $GITHUB_COMMIT_SHA " -chdir=src/" $dir " fmt -check 2>&1
2626 done
2727}
2828
@@ -36,6 +36,6 @@ validate_terraform() {
3636 --volume aws-provider:/app/src/aws/.terraform \
3737 --volume github-provider:/app/src/github/.terraform \
3838 --volume heroku-provider:/app/src/heroku/.terraform \
39- infrastructure:" $GITHUB_COMMIT_SHA " -chdir=src/" $dir " validate -json
39+ infrastructure:" $GITHUB_COMMIT_SHA " -chdir=src/" $dir " validate -json 2>&1
4040 done
4141}
You can’t perform that action at this time.
0 commit comments