From 63ea59cfe51ff1935ce2c6845b473b1fb41c41e0 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 14:25:35 +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 ba1476e..d36ae11 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.tar.gz | tar xvz + - curl https://github.com/codeigniter4/CodeIgniter4/archive/v4.0.0-alpha.3.zip | unzip - mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3 - cd CodeIgniter4-4.0.0-alpha.3 - composer install