From dd5e54437e5f8a6012d95675e98e8d609d62bac0 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 14:43:49 +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 c755835..cbcbf68 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 -r aauth_temp/* CodeIgniter4-4.0.0-alpha.3 + - cp -r aauth_temp/* CodeIgniter4-4.0.0-alpha.3 - cd CodeIgniter4-4.0.0-alpha.3 - composer install