Browse Source

updated .gitlab-ci.yml

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

4
.gitlab-ci.yml

@ -6,8 +6,8 @@ before_script:
- mkdir aauth_temp - mkdir aauth_temp
- shopt -s extglob dotglob - shopt -s extglob dotglob
- mv !(aauth_temp) aauth_temp - mv !(aauth_temp) aauth_temp
- curl https://github.com/codeigniter4/CodeIgniter4/archive/v4.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.zip - unzip CodeIgniter4-4.0.0-alpha.3
- mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3 - mv aauth_temp/* CodeIgniter4-4.0.0-alpha.3
- cd CodeIgniter4-4.0.0-alpha.3 - cd CodeIgniter4-4.0.0-alpha.3
- composer install - composer install

Loading…
Cancel
Save