Browse Source

updated .gitlab-ci.yml

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

2
.gitlab-ci.yml

@ -10,7 +10,7 @@ before_script:
- unzip CI4.zip - unzip CI4.zip
- cp -r aauth_temp/* CodeIgniter4-4.0.0-alpha.3 - cp -r aauth_temp/* CodeIgniter4-4.0.0-alpha.3
- cd CodeIgniter4-4.0.0-alpha.3 - cd CodeIgniter4-4.0.0-alpha.3
- echo "create database `aauth_v3_ci4_testing`" | mysql -u root -p root - echo "create database `aauth_v3_ci4_testing`" | mysql -u root -proot -h 127.0.0.1
- composer install - composer install
# Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service # Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service

Loading…
Cancel
Save