From d9fa048f95ce388d0b11b6c0e3ea77ea864f804d Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 14:38:23 +0100 Subject: [PATCH] updated .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe73855..84f57a1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ before_script: - mkdir aauth_temp - shopt -s extglob dotglob - mv !(aauth_temp) aauth_temp - - curl https://codeload.github.com/codeigniter4/CodeIgniter4/zip/v4.0.0-alpha.3 - - unzip CodeIgniter4-4.0.0-alpha.3 + - wh 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 - cd CodeIgniter4-4.0.0-alpha.3 - composer install