From a288c6a3c979b78523450c544891d47c4c7c18ab Mon Sep 17 00:00:00 2001 From: Andy Roth Date: Tue, 5 Dec 2023 15:23:28 -0800 Subject: [PATCH] ci: More fixes to cache job (#49) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ada7f8b..b1f4c2f 100644 --- a/Makefile +++ b/Makefile @@ -353,7 +353,7 @@ _prereqs: #_# Run prerequisite checks docker run ${ALL_THE_DOCKER_ARGS} \ bash -c 'git config --global --add safe.directory /app \ && pre-commit install --install-hooks \ - && (cd deployments/on-prem-lite/terraform && terraform init)' + && (cd test/iac && terraform init)' .PHONY: +runhooks +runhooks: +create-folders #+# Helper "function" for running pre-commits