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
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/bin/sh
set -eux
eval "$(grep 'export HELM_HOME' .bashrc)"
cd "$(git rev-parse --show-toplevel)"
echo Installing Golang apps >&2
go get github.com/giantswarm/semver-bump || true
@@ -32,6 +31,7 @@ fi
if command -v helm > /dev/null
then
    echo Installing Hem plugins >&2
    eval "$(grep 'export HELM_HOME' .bashrc)"
    helm plugin remove diff
    helm plugin install https://github.com/databus23/helm-diff --version master
fi