File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -52,12 +52,8 @@ KUSTOMIZE_VER := v5.7.1
52
52
KUSTOMIZE_BIN := kustomize
53
53
KUSTOMIZE := $(TOOLS_BIN_DIR ) /$(KUSTOMIZE_BIN ) -$(KUSTOMIZE_VER )
54
54
55
- GINKGO_VER := v2.23.4
56
- GINKGO_BIN := ginkgo
57
- GINKGO := $(TOOLS_BIN_DIR ) /$(GINKGO_BIN ) -$(GINKGO_VER )
58
-
59
55
.PHONY : tools
60
- tools : $(GINKGO ) $( KUSTOMIZE ) $(GOLANGCI_LINT ) # # Install build tools
56
+ tools : $(KUSTOMIZE ) $(GOLANGCI_LINT ) # # Install build tools
61
57
62
58
TIMEOUT := $(shell command -v timeout || command -v gtimeout)
63
59
@@ -123,11 +119,6 @@ $(KIND): ## Build kind
123
119
ln -sf " $( KIND) " " $( TOOLS_BIN_DIR) /$( KIND_BIN) "
124
120
chmod +x " $( TOOLS_BIN_DIR) /$( KIND_BIN) " " $( KIND) "
125
121
126
- $(GINKGO ) : # # Build ginkgo
127
- mkdir -p $(TOOLS_BIN_DIR )
128
- GOBIN=$(TOOLS_BIN_DIR ) go install github.com/onsi/ginkgo/v2/ginkgo@${GINKGO_VER}
129
- @mv $(TOOLS_BIN_DIR ) /ginkgo $(GINKGO )
130
-
131
122
$(KUSTOMIZE ) : # # Install kustomize
132
123
mkdir -p $(TOOLS_BIN_DIR )
133
124
GOBIN=$(TOOLS_BIN_DIR ) go install sigs.k8s.io/kustomize/kustomize/v5@${KUSTOMIZE_VER}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments