Skip to content
Snippets Groups Projects
Commit d7d90f64 authored by Jan David Mol's avatar Jan David Mol
Browse files

Support non-standard hooks configurations

parent 70b94e59
No related branches found
No related tags found
1 merge request!1081L2SS-2212 L2SS-2296: Fix FPGA addresses in CDB files, add deployment mechanism
...@@ -7,4 +7,5 @@ if [ ! -f "setup.sh" ]; then ...@@ -7,4 +7,5 @@ if [ ! -f "setup.sh" ]; then
exit 1 exit 1
fi fi
cp bin/hooks/* .git/hooks/ HOOKS_DIR=`git rev-parse --git-path hooks`
cp bin/hooks/* ${HOOKS_DIR}/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment