fixing ci build problem

This commit is contained in:
Shao Yu Lung 2017-04-30 21:52:22 +08:00
parent fd47c89736
commit 956b9209bf
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/usr/bin/env bash
#### halt script on error
set -e
#### Build the Docker Images
if [ -n "${PHP_VERSION}" ]; then
cp env-example .env