split build jobs

This commit is contained in:
Shao Yu Lung
2017-05-06 15:13:18 +08:00
parent 15d7cd1d35
commit e8b49a9fe5
2 changed files with 146 additions and 5 deletions

View File

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