From d3e72f56fc7498695ddb49d4c135750014c24649 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 14:27:42 +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 d36ae11..b7c5d71 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ 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.zip | unzip + - curl https://github.com/codeigniter4/CodeIgniter4/archive/v4.0.0-alpha.3.zip && unzip CodeIgniter4-4.0.0-alpha.3.zip - mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3 - cd CodeIgniter4-4.0.0-alpha.3 - composer install