From c315c8e74e5d2de81a7a704ff671a1c7d1775d00 Mon Sep 17 00:00:00 2001 From: Ygal Blum Date: Tue, 2 Jan 2024 12:09:12 +0200 Subject: [PATCH] Makefile - make sure gitvalidation is installed before calling it [NO NEW TESTS NEEDED] Signed-off-by: Ygal Blum --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0c9e4f1dfe..9b4690fce3 100644 --- a/Makefile +++ b/Makefile @@ -264,7 +264,7 @@ help: ## (Default) Print listing of key targets with their descriptions ### .PHONY: .gitvalidation -.gitvalidation: +.gitvalidation: .install.gitvalidation @echo "Validating vs commit '$(call err_if_empty,EPOCH_TEST_COMMIT)'" GIT_CHECK_EXCLUDE="./vendor:./test/tools/vendor:docs/make.bat:test/buildah-bud/buildah-tests.diff:test/e2e/quadlet/remap-keep-id2.container" ./test/tools/build/git-validation -run short-subject -range $(EPOCH_TEST_COMMIT)..$(HEAD)