From 1dd0be859af778ebdb3873814596040ffe79c0ea Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 14:23:52 +0100 Subject: [PATCH] updated .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da0ed0b..ba1476e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ image: rejack/php7-testing-phpunit-ci4:7.2 before_script: - mkdir aauth_temp + - shopt -s extglob dotglob - mv !(aauth_temp) aauth_temp - curl https://github.com/codeigniter4/CodeIgniter4/archive/v4.0.0-alpha.3.tar.gz | tar xvz - mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3