From 21e1c95ceb588c6fe056c8bbe0b79355a71da415 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 14:36:16 +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 955fcf2..fe73855 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://github.com/codeigniter4/CodeIgniter4/archive/v4.0.0-alpha.3.zip - - unzip CodeIgniter4-4.0.0-alpha.3.zip + - curl https://codeload.github.com/codeigniter4/CodeIgniter4/zip/v4.0.0-alpha.3 + - unzip CodeIgniter4-4.0.0-alpha.3 - mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3 - cd CodeIgniter4-4.0.0-alpha.3 - composer install