Browse Source

updated .gitlab-ci.yml

v3-dev
REJack 6 years ago
parent
commit
63ea59cfe5
No known key found for this signature in database
GPG Key ID: 4A44B48700429F46
  1. 2
      .gitlab-ci.yml

2
.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

Loading…
Cancel
Save