mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 12:33:37 +08:00
chore(build): fix fetching for code.angularjs.org
This commit is contained in:
@@ -8,7 +8,7 @@ cd `dirname $0`/../..
|
||||
|
||||
# Update code.angularjs.org
|
||||
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
|
||||
./scripts/bower/publish.sh
|
||||
Reference in New Issue
Block a user