File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
developer-tools/build/scripts/task_wrapper_scripts Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ OPA_VERSION := 0.52.0
5656# Updated by Update Tooling Workflow
5757GCRANE_VERSION := 0.20.2
5858
59- DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22.12
59+ DOCKER_TAG_VERSION_DEVELOPER_TOOLS := 1.22.13
6060DOCKER_TAG_MAJOR_VERSION_DEVELOPER_TOOLS := $(firstword $(subst ., , $(DOCKER_TAG_VERSION_DEVELOPER_TOOLS ) ) )
6161DOCKER_TAG_MINOR_VERSION_DEVELOPER_TOOLS := $(shell echo "${DOCKER_TAG_VERSION_DEVELOPER_TOOLS}" | awk -F. '{print $$1"."$$2}')
6262
Original file line number Diff line number Diff line change 1919# files to validate. This directory is assumed to be a root module.
2020
2121set -eu
22- curdir=$( pwd)
23- cd " ${1} "
24- flock -x /workspace/.terraform.lock -c " terraform init -backend=false >/dev/null"
25- flock -s /workspace/.terraform.lock -c " terraform validate"
26- cd " $curdir "
22+ flock -x /workspace/.terraform.lock -c " terraform init -compact-warnings -chdir=$1 -backend=false >/dev/null"
23+ flock -s /workspace/.terraform.lock -c " terraform -chdir=$1 validate"
You can’t perform that action at this time.
0 commit comments