Skip to content

Commit

Permalink
Merge pull request #869 from krunalhinguu/fix-apidiff-v2.11
Browse files Browse the repository at this point in the history
[release-v2.11] Update makefile to referenceI apidiff comparison
  • Loading branch information
mitulshah-suse authored Mar 3, 2025
2 parents 6bd823b + 8dcf989 commit b9c5e20
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 @@ -187,7 +187,7 @@ docker-build-e2e:
delete-local-kind-cluster: ## Delete the local kind cluster
kind delete cluster --name=$(CLUSTER_NAME)

APIDIFF_OLD_COMMIT ?= $(shell git rev-parse origin/main)
APIDIFF_OLD_COMMIT ?= $(shell git rev-parse origin/release-v2.11)

.PHONY: apidiff
apidiff: $(GO_APIDIFF) ## Check for API differences
Expand Down

0 comments on commit b9c5e20

Please sign in to comment.