Skip to content

Commit 06ee3a7

Browse files
committed
fix makefile
1 parent aa2ee50 commit 06ee3a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
2121
CRD_DOCS_CONFIG ?= docs/crd/config.yaml
2222
CRD_DOCS_OUTPUT ?= docs/crd/api.md
2323

24-
KUBECONFIG_FILE := /tmp/$(KIND_NAME).kubeconfig
25-
export KUBECONFIG := $(if $(wildcard $(KUBECONFIG_FILE)),$(KUBECONFIG_FILE))
24+
export KUBECONFIG = /tmp/$(KIND_NAME).kubeconfig
2625

2726
# go
2827
VERSYM="github.com/apache/apisix-ingress-controller/internal/version._buildVersion"

0 commit comments

Comments
 (0)