Skip to content

Commit 99d9fc5

Browse files
authored
Merge pull request #135 from jumpstarter-dev/fix-go-publish-jmpctl
Remove jmpctl and go release action
2 parents 01086a6 + 10183a9 commit 99d9fc5

File tree

6 files changed

+2
-411
lines changed

6 files changed

+2
-411
lines changed

.github/workflows/goreleaser.yaml

Lines changed: 0 additions & 27 deletions
This file was deleted.

Makefile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff 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.
6865
vet: ## 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
7569
test: 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

cmd/jmpctl/main.go

Lines changed: 0 additions & 9 deletions
This file was deleted.

internal/cmd/client.go

Lines changed: 0 additions & 144 deletions
This file was deleted.

internal/cmd/exporter.go

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)