From 6b8bc413b9ac4db658057e4bd8631342c54dc52d Mon Sep 17 00:00:00 2001 From: Nestor Acuna Blanco Date: Fri, 30 Aug 2024 08:51:04 +0200 Subject: [PATCH] fix: dependency in prom-rules-verify make target This target needs that the necessary tooling is available beforehand. Signed-off-by: Nestor Acuna Blanco --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 624b1b061..c86eb59bc 100644 --- a/Makefile +++ b/Makefile @@ -125,7 +125,7 @@ docker-push-operator: docker-push-registry: $(OCI_BIN) push $(IMAGE_REGISTRY)/$(REGISTRY_IMAGE):$(IMAGE_TAG) -prom-rules-verify: +prom-rules-verify: $(all_sources) go run ./tools/prom-rule-ci $(OCI_BIN) ./tools/prom-rule-ci/tmp_prom_rules.yaml ./tools/prom-rule-ci/prom-rules-tests.yaml cluster-up: