mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-21 21:01:51 +00:00
add post commit hook script to update git
This commit is contained in:
parent
ca55d18e1b
commit
1882c7ab56
1 changed files with 3 additions and 0 deletions
3
latest.php
Normal file
3
latest.php
Normal file
|
|
@ -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');
|
||||
Loading…
Reference in a new issue