mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-05 05:34:43 +00:00
chore(build): fix fetching for code.angularjs.org
This commit is contained in:
parent
da8ab2f928
commit
11fff8fa0d
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ cd `dirname $0`/../..
|
||||||
|
|
||||||
# Update code.angularjs.org
|
# Update code.angularjs.org
|
||||||
VERSION=`cat build/version.txt`
|
VERSION=`cat build/version.txt`
|
||||||
curl http://code.angularjs.org/fetchLatestSnapshot.php?ver=$VERSION
|
curl -G --data-urlencode 'ver=$VERSION' http://code.angularjs.org/fetchLatestSnapshot.php
|
||||||
|
|
||||||
# Push to bower
|
# Push to bower
|
||||||
./scripts/bower/publish.sh
|
./scripts/bower/publish.sh
|
||||||
Loading…
Reference in a new issue