Commit d5c94dcf authored by nimrod's avatar nimrod
Browse files

Keep going in the git hook.

In some hosts I don't want private information stored locally. Keep
going with Make target in the post-merge Git hook and ignore errors.
parent 9ec1fef6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ notify () { printf '\n\e[1;94m=== %s ====\e[0m\n\n' "$1" >&2; }

cd "$(git rev-parse --show-toplevel)"
notify 'Generating some configuration and private files.'
make --directory "$HOME" --always-make
make --directory "$HOME" --always-make --keep-going || true
notify 'Installing Git hooks'
Documents/bin/install-git-hooks
notify 'Loading dconf config'