We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b401f1 + f16707d commit 237b321Copy full SHA for 237b321
Makefile
@@ -529,7 +529,7 @@ RELEASE_NOTES_DIR := _releasenotes
529
GIT_REPO_NAME ?= cluster-api-addon-provider-helm
530
GIT_ORG_NAME ?= kubernetes-sigs
531
USER_FORK ?= $(shell git config --get remote.origin.url | cut -d/ -f4) # only works on https://github.com/<username>/cluster-api-addon-provider-helm.git style URLs
532
-ifdef USER_FORK
+ifeq ($(USER_FORK),)
533
USER_FORK := $(shell git config --get remote.origin.url | cut -d: -f2 | cut -d/ -f1) # for [email protected]:<username>/cluster-api-addon-provider-helm.git style URLs
534
endif
535
IMAGE_REVIEWERS ?= $(shell ./hack/get-project-maintainers.sh)
0 commit comments