File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,14 @@ source /usr/local/actions.sh
66debug
77setup
88init-backend-workspace
9+ set-variable-args
910
1011exec 3>&1
1112
1213function refresh() {
1314 local REFRESH_EXIT
1415
16+ PARALLEL_ARG=" "
1517 if [[ " $INPUT_PARALLELISM " -ne 0 ]]; then
1618 PARALLEL_ARG=" -parallelism=$INPUT_PARALLELISM "
1719 fi
@@ -32,7 +34,6 @@ function refresh() {
3234 # shellcheck disable=SC2086
3335 (cd " $INPUT_PATH " && $TOOL_COMMAND_NAME refresh -input=false -no-color -lock-timeout=300s $PARALLEL_ARG $REFRESH_ARGS $VARIABLE_ARGS ) \
3436 2> " $STEP_TMP_DIR /terraform_refresh.stderr" \
35- | $TFMASK \
3637 | tee " $STEP_TMP_DIR /terraform_refresh.stdout"
3738 REFRESH_EXIT=${PIPESTATUS[0]}
3839 >&2 cat " $STEP_TMP_DIR /terraform_refresh.stderr"
You can’t perform that action at this time.
0 commit comments