mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Update the CDN but dont output messages
This commit is contained in:
parent
9fb4da3c77
commit
ea2ed9dc08
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@ if ( fread($file, filesize($filename)) === 'NewCommit' )
|
|||
{
|
||||
ftruncate($file, 0);
|
||||
exec('git pull --quiet && make NIGHTLY_OUTPUT=latest nightly >> /dev/null 2>&1');
|
||||
exec('./refreshCDN');
|
||||
exec('./refreshCDN >> /dev/null 2>&1');
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue