fixing CI build failed

This commit is contained in:
Shao Yu Lung
2017-05-04 16:15:28 +08:00
parent 61168cb9d3
commit 61aabf664e
2 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,12 @@
#### halt script on error
set -e
echo '##### Print docker version'
docker --version
echo '##### Print environment'
env | sort
#### Build the Docker Images
if [ -n "${PHP_VERSION}" ]; then
cp env-example .env