From 152781dd4e677acac9fdf514c667f76a97e1e209 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 3 Dec 2018 14:29:14 +0100 Subject: [PATCH] updated .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b7c5d71..955fcf2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +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://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