File tree Expand file tree Collapse file tree 6 files changed +2
-411
lines changed Expand file tree Collapse file tree 6 files changed +2
-411
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,10 +26,7 @@ SHELL = /usr/bin/env bash -o pipefail
2626.SHELLFLAGS = -ec
2727
2828.PHONY : all
29- all : build bin/jmpctl
30-
31- .PHONY : cli
32- cli : bin/jmpctl
29+ all : build
3330
3431# #@ General
3532
@@ -68,9 +65,6 @@ fmt: ## Run go fmt against code.
6865vet : # # Run go vet against code.
6966 go vet ./...
7067
71- bin/jmpctl : $(GO_FILES )
72- CGO_ENABLED=0 go build -o bin/jmpctl ./cmd/jmpctl
73-
7468.PHONY : test
7569test : manifests generate fmt vet envtest # # Run tests.
7670 KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) --bin-dir $( LOCALBIN) -p path) " go test $$(go list ./... | grep -v /e2e ) -coverprofile cover.out
@@ -154,7 +148,7 @@ deploy: docker-build cluster grpcurl
154148 ./hack/deploy_with_helm.sh
155149
156150.PHONY : deploy-exporters
157- deploy-exporters : cli
151+ deploy-exporters :
158152 ./hack/demoenv/prepare_exporters.sh
159153
160154.PHONY : lint-helm
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments