fixing ci build problem
This commit is contained in:
parent
fd47c89736
commit
956b9209bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue