Skip to content

Commit

Permalink
Don't use apigen's self-update. It's broken.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Aug 17, 2016
1 parent 2cf4e81 commit 1507d0a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions dev-bin/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ fi
# We no longer have apigen as a dependency in Composer as releases are
# sporadically deleted upstream and compatibility is often broken on patch
# releases.
if [ ! -f apigen.phar ]; then
wget -O apigen.phar "http://apigen.org/apigen.phar"
else
php apigen.phar self-update
fi
wget -O apigen.phar "http://apigen.org/apigen.phar"

php apigen.phar generate \
-s ../src \
Expand Down

0 comments on commit 1507d0a

Please sign in to comment.