File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11.vscode
22dist
3- kubectl-neat_ *
Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ test: test-unit test-component test-kubectl test-krew
1414test-unit :
1515 go test -v ./...
1616
17- test-e2e : kubectl-neat_$(os ) dist/kubectl-neat_$(os ) .tar.gz dist/checksums.txt
17+ test-e2e : dirst/ kubectl-neat_$(os ) dist/kubectl-neat_$(os ) .tar.gz dist/checksums.txt
1818 bats ./test/e2e-cli.bats
1919 bats ./test/e2e-kubectl.bats
2020 bats ./test/e2e-krew.bats
2121
22- build : kubectl-neat_$(os )
22+ build : dist/ kubectl-neat_$(os )
2323
2424SRC = $(shell find . -type f -name '* .go' -not -path "./vendor/* ")
25- kubectl-neat_% : $(SRC )
26- GOOS=$* go build -o $(@F )
25+ dist/ kubectl-neat_% : $(SRC )
26+ GOOS=$* go build -o dist/ $(@F )
2727
2828# release by default will not publish. run with `publish=1` to publish
2929goreleaserflags = --skip-publish --snapshot
@@ -52,4 +52,3 @@ release: dist/kubectl-neat_darwin.tar.gz dist/kubectl-neat_linux.tar.gz dist/che
5252
5353clean :
5454 rm -rf dist
55- rm kubectl-neat*
You can’t perform that action at this time.
0 commit comments