Skip to content

Commit

Permalink
embed helm files before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ynnt committed Oct 11, 2021
1 parent 3ff3865 commit 40471e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/installer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ helm-embed: helm-package
rm kli/helm-installer/*tgz ; \
mv $(CHARTS_DIR)/*.tgz kli/helm-installer

test:
test: helm-embed
go vet

compile: test helm-embed
compile: test
mkdir -p bin && \
go build \
-ldflags " \
Expand Down

0 comments on commit 40471e1

Please sign in to comment.