mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +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/ \
|
||||
--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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue