From e29faa4bfbc4ad167bc31cec934031ddc24b024c Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 24 Jan 2019 14:53:58 +0100 Subject: [PATCH] updated .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b46549..b4b4430 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,8 @@ image: rejack/php7-testing-phpunit-ci4:7.2 before_script: - - shopt -s extglob dotglob && mkdir aauth_temp && mv !(aauth_temp) aauth_temp + - shopt -s extglob dotglob && mkdir aauth_temp + - mv !(aauth_temp) aauth_temp - git clone https://github.com/codeigniter4/CodeIgniter4.git CodeIgniter4 -b ${CODEIGNITER_VERSION} - cp -r aauth_temp/* CodeIgniter4 && cd CodeIgniter4 && cp _travis/env_gitlab .env - composer install --prefer-source @@ -24,7 +25,7 @@ variables: # If Xdebug was installed you can generate a coverage report and see code coverage metrics. test: after_script: - - cp -R CodeIgniter4-${CODEIGNITER_VERSION}/build/coverage coverage + - cp -R CodeIgniter4/build/coverage coverage artifacts: when: always