Skip to content

Commit

Permalink
fix: dependency in prom-rules-verify make target
Browse files Browse the repository at this point in the history
This target needs that the necessary tooling is available
beforehand.

Signed-off-by: Nestor Acuna Blanco <[email protected]>
  • Loading branch information
nestoracunablanco committed Aug 30, 2024
1 parent 6f00bc0 commit 6b8bc41
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 @@ -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:
Expand Down

0 comments on commit 6b8bc41

Please sign in to comment.