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.
1 parent c9f63d8 commit 068c7aaCopy full SHA for 068c7aa
lib.Makefile
@@ -645,7 +645,7 @@ REPO_DIR=$(shell if [ -e hack/format-changed-files.sh ]; then echo '.'; else ech
645
fix-changed go-fmt-changed goimports-changed:
646
$(DOCKER_RUN) -e release_prefix=$(RELEASE_BRANCH_PREFIX)-v \
647
-e git_repo_slug=$(GIT_REPO_SLUG) \
648
- -e parent_branch=$(shell $(REPO_ROOT)/hack/find-parent-release-branch.sh) \
+ -e parent_branch=$(shell $(REPO_DIR)/hack/find-parent-release-branch.sh) \
649
$(CALICO_BUILD) $(REPO_DIR)/hack/format-changed-files.sh
650
651
.PHONY: fix-all go-fmt-all goimports-all
0 commit comments