Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 0 additions & 27 deletions .github/workflows/goreleaser.yaml

This file was deleted.

10 changes: 2 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@ SHELL = /usr/bin/env bash -o pipefail
.SHELLFLAGS = -ec

.PHONY: all
all: build bin/jmpctl

.PHONY: cli
cli: bin/jmpctl
all: build

##@ General

Expand Down Expand Up @@ -68,9 +65,6 @@ fmt: ## Run go fmt against code.
vet: ## Run go vet against code.
go vet ./...

bin/jmpctl: $(GO_FILES)
CGO_ENABLED=0 go build -o bin/jmpctl ./cmd/jmpctl

.PHONY: test
test: manifests generate fmt vet envtest ## Run tests.
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" go test $$(go list ./... | grep -v /e2e) -coverprofile cover.out
Expand Down Expand Up @@ -154,7 +148,7 @@ deploy: docker-build cluster grpcurl
./hack/deploy_with_helm.sh

.PHONY: deploy-exporters
deploy-exporters: cli
deploy-exporters:
./hack/demoenv/prepare_exporters.sh

.PHONY: lint-helm
Expand Down
9 changes: 0 additions & 9 deletions cmd/jmpctl/main.go

This file was deleted.

144 changes: 0 additions & 144 deletions internal/cmd/client.go

This file was deleted.

144 changes: 0 additions & 144 deletions internal/cmd/exporter.go

This file was deleted.

Loading
Loading