Skip to content
Snippets Groups Projects
Commit 1ac823fc authored by nimrod's avatar nimrod
Browse files

fixup! Move the Helm plugin installation from the Makefile to the Git hook.

parent da334e3c
No related branches found
No related tags found
No related merge requests found
Pipeline #148 passed
#!/bin/sh #!/bin/sh
set -eux set -eux
eval "$(grep 'export HELM_HOME' .bashrc)"
cd "$(git rev-parse --show-toplevel)" cd "$(git rev-parse --show-toplevel)"
echo Installing Golang apps >&2 echo Installing Golang apps >&2
go get github.com/giantswarm/semver-bump || true go get github.com/giantswarm/semver-bump || true
...@@ -32,6 +31,7 @@ fi ...@@ -32,6 +31,7 @@ fi
if command -v helm > /dev/null if command -v helm > /dev/null
then then
echo Installing Hem plugins >&2 echo Installing Hem plugins >&2
eval "$(grep 'export HELM_HOME' .bashrc)"
helm plugin remove diff helm plugin remove diff
helm plugin install https://github.com/databus23/helm-diff --version master helm plugin install https://github.com/databus23/helm-diff --version master
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment