Browse Source

updated .gitlab-ci.yml & .env

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

2
.env

@ -51,7 +51,7 @@ database.default.username = root
database.default.password = root database.default.password = root
database.default.DBDriver = MySQLi database.default.DBDriver = MySQLi
database.tests.hostname = localhost database.tests.hostname = mysql
database.tests.database = aauth_v3_ci4_testing database.tests.database = aauth_v3_ci4_testing
database.tests.username = root database.tests.username = root
database.tests.password = root database.tests.password = root

1
.gitlab-ci.yml

@ -10,7 +10,6 @@ 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
- mysql -u root -proot -h mysql -e 'CREATE DATABASE aauth_v3_ci4_testing;'
- 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