Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
ci: More fixes to cache job (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
RothAndrew authored Dec 5, 2023
1 parent 479a907 commit a288c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a288c6a

Please sign in to comment.