Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
add post commit hook script to update git
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiemonge committed Apr 13, 2011
1 parent ca55d18 commit 1882c7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions latest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<?php
// This file is for the jQuery team only. This is the post commit hook
exec('git pull --quiet && make NIGHTLY_OUTPUT=latest nightly >> /dev/null 2>&1');

0 comments on commit 1882c7a

Please sign in to comment.