Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ notify () { printf '\n\e[1;94m=== %s ====\e[0m\n\n' "$1" >&2; } ...@@ -5,7 +5,7 @@ notify () { printf '\n\e[1;94m=== %s ====\e[0m\n\n' "$1" >&2; }
cd "$(git rev-parse --show-toplevel)" cd "$(git rev-parse --show-toplevel)"
notify 'Generating some configuration and private files.' notify 'Generating some configuration and private files.'
make --directory "$HOME" --always-make make --directory "$HOME" --always-make --keep-going || true
notify 'Installing Git hooks' notify 'Installing Git hooks'
Documents/bin/install-git-hooks Documents/bin/install-git-hooks
notify 'Loading dconf config' notify 'Loading dconf config'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment