Skip to content

Commit 856350d

Browse files
committed
hack/tf-fmt: Add a workaround for origin/release's hardcoding v0.11.7
We'll want to revert this once we bump [1] to point to the new image. I've filed [2] with that bump. [1]: https://github.com/openshift/release/blob/4ea9040eeb4131730af491d2feb926a889a0bd62/ci-operator/jobs/openshift/installer/openshift-installer-presubmits.yaml#L281 [2]: openshift/release#1515
1 parent 0032348 commit 856350d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/tf-fmt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if [ "$IS_CONTAINER" != "" ]; then
66
set -- -list -check -write=false
77
fi
88
set -x
9-
terraform fmt "${@}"
9+
/terraform fmt "${@}" # FIXME: drop this slash after we update openshift/release
1010
else
1111
podman run --rm \
1212
--env IS_CONTAINER=TRUE \

0 commit comments

Comments
 (0)