Skip to content

Commit

Permalink
Merge branch 'master' into fix-remove-unused-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Sep 19, 2024
2 parents 12956a4 + 1ef0642 commit 46986e9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
set -eu
curdir=$(pwd)
cd "${1}"
terraform init -backend=false >/dev/null
terraform validate
flock -x /workspace/.terraform.lock -c "terraform init -backend=false >/dev/null"
flock -s /workspace/.terraform.lock -c "terraform validate"
cd "$curdir"

0 comments on commit 46986e9

Please sign in to comment.