From e6461b39d552518f132ab5085e3cc27bd5136fb9 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 14:41:01 +0100 Subject: [PATCH] updated .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d8bcc6d..c755835 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ before_script: - mv !(aauth_temp) aauth_temp - curl https://codeload.github.com/codeigniter4/CodeIgniter4/zip/v4.0.0-alpha.3 --output CI4.zip - unzip CI4.zip - - mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3 + - mv -r aauth_temp/* CodeIgniter4-4.0.0-alpha.3 - cd CodeIgniter4-4.0.0-alpha.3 - composer install