Skip to content

Commit

Permalink
Update helm hog version
Browse files Browse the repository at this point in the history
  • Loading branch information
meln5674 committed Aug 31, 2023
1 parent b6cf461 commit e68cdbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,14 @@ show-coverage: coverprofile.out
e2e: deps
bin/ginkgo run --cover --coverpkg=./,./pkg/proxy/ $(E2E_TEST_FLAGS) $(E2E_TEST_SUITES)

HELM_HOG_VERSION ?= 3af9ec621dcc359e38e966a255571a39beefe624

.PHONY: deps
deps:
mkdir -p bin
go mod download
grep ginkgo go.mod | awk '{ print $$1 "/ginkgo@" $$2 }' | GOBIN=$$PWD/bin xargs go install
go install github.com/meln5674/helm-hog@e1150264ec7048f21e4fccf0a9cddd0a7afce0e1
go install github.com/meln5674/helm-hog@$(HELM_HOG_VERSION)

bin/mlflow-oidc-proxy:
go build -o bin/mlflow-oidc-proxy main.go

0 comments on commit e68cdbf

Please sign in to comment.