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