Env variable conflict (#1734)

* php-fpm and workspace arg var rename: PHP_VERSION to  LARADOCK_PHP_VERSION.
* travis-ci skip phpbdg
This commit is contained in:
Shao Yu-Lung (Allen)
2018-07-29 12:00:13 +08:00
committed by GitHub
parent e92f08e323
commit 764e484599
4 changed files with 40 additions and 52 deletions

View File

@ -14,6 +14,7 @@ if [ -n "${PHP_VERSION}" ]; then
cp env-example .env
sed -i -- "s/PHP_VERSION=.*/PHP_VERSION=${PHP_VERSION}/g" .env
sed -i -- 's/=false/=true/g' .env
sed -i -- 's/PHPDBG=true/PHPDBG=false/g' .env
cat .env
docker-compose build ${BUILD_SERVICE}
docker images