Prepare sources

This commit is contained in:
Tristan Darricau 2016-02-01 22:16:08 +01:00
parent 793a7923c2
commit abae70079b

View file

@ -14,9 +14,9 @@ docker run \
--volume ${COMPOSER_HOME}:/composer/ \
--workdir /data \
phpbb/build${IMAGES_TAG} sh -c '
cd phpBB &&
git config user.email "no-reply@phpbb.com" &&
git config user.name "phpBB CI" &&
cd phpBB &&
COMPOSER_HOME=/composer php ../composer.phar install --dev'
docker run \