From 496ce622dd89f6524751ac7ef832079454efd5cc Mon Sep 17 00:00:00 2001 From: sengweitoo Date: Fri, 22 Jun 2018 16:14:30 +0800 Subject: [PATCH] rename .env.testing to .env-example --- .gitlab-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.sh b/.gitlab-ci.sh index bef4bad0..0fe5c769 100644 --- a/.gitlab-ci.sh +++ b/.gitlab-ci.sh @@ -16,7 +16,7 @@ curl -sS https://getcomposer.org/installer | php php composer.phar install # Copy over testing configuration. -cp .env.testing .env +cp .env-example .env # Install xdebug pecl install xdebug && docker-php-ext-enable xdebug