Skip to content

Commit

Permalink
Try running PHP from build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed May 7, 2012
1 parent 3d990c6 commit 101eea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if [ -f www/composer.json ]; then
COMPOSER_URL="http://getcomposer.org/composer.phar"
curl --silent --max-time 60 --location "$COMPOSER_URL" > www/composer.phar
cd www
/app/php/bin/php composer.phar install
$BUILD_DIR/bin/php composer.phar install
cd $BUILD_DIR
rm www/composer.phar
fi
Expand Down

0 comments on commit 101eea8

Please sign in to comment.