Skip to content

Instantly share code, notes, and snippets.

@parhelium
Created September 12, 2014 05:36
Show Gist options
  • Save parhelium/26973d2439cc53560bc1 to your computer and use it in GitHub Desktop.
Save parhelium/26973d2439cc53560bc1 to your computer and use it in GitHub Desktop.
.git/hooks/post-commit
#!/bin/sh
node MeteorApp/hooks/post-commit-version
RETVAL=$?
if [ $RETVAL -ne 0 ]
then
exit 1
fi%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment