Skip to content

Commit

Permalink
Remove kustomize version print
Browse files Browse the repository at this point in the history
  • Loading branch information
aattuluri committed Nov 23, 2020
1 parent bddf723 commit ded72b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ download-kustomize:
curl -s -O -L https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize/v${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_${OPSYS}_amd64.tar.gz
tar xzf ./kustomize_v${KUSTOMIZE_VERSION}_${OPSYS}_amd64.tar.gz
chmod u+x kustomize
kustomize version

gen-yaml:
mkdir -p ./out/yaml
Expand Down

0 comments on commit ded72b7

Please sign in to comment.