Skip to content

Commit

Permalink
Add script to set up git hooks
Browse files Browse the repository at this point in the history
The only hook at the moment is the one that sets the build ID on deploy.
  • Loading branch information
kytrinyx committed Jul 27, 2016
1 parent 9460e42 commit f000c66
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/setup-git-hooks
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash

cp ./scripts/pre-push .git/hooks/pre-push
chmod +x .git/hooks/pre-push
Empty file modified scripts/pre-push
100755 → 100644
Empty file.

0 comments on commit f000c66

Please sign in to comment.