mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Prepare sources
This commit is contained in:
parent
793a7923c2
commit
abae70079b
1 changed files with 1 additions and 1 deletions
|
@ -14,9 +14,9 @@ docker run \
|
||||||
--volume ${COMPOSER_HOME}:/composer/ \
|
--volume ${COMPOSER_HOME}:/composer/ \
|
||||||
--workdir /data \
|
--workdir /data \
|
||||||
phpbb/build${IMAGES_TAG} sh -c '
|
phpbb/build${IMAGES_TAG} sh -c '
|
||||||
cd phpBB &&
|
|
||||||
git config user.email "no-reply@phpbb.com" &&
|
git config user.email "no-reply@phpbb.com" &&
|
||||||
git config user.name "phpBB CI" &&
|
git config user.name "phpBB CI" &&
|
||||||
|
cd phpBB &&
|
||||||
COMPOSER_HOME=/composer php ../composer.phar install --dev'
|
COMPOSER_HOME=/composer php ../composer.phar install --dev'
|
||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
|
|
Loading…
Add table
Reference in a new issue