Merge pull request #17 from thelamer/master

typo in variables to set the test mysql host for the ci run
This commit is contained in:
Homer 2018-12-04 10:11:16 +00:00 committed by GitHub
commit 86a11d94d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,6 @@ repo_vars:
- CI_DELAY = '120'
- TEST_MYSQL_HOST = credentials('mysql_test_host')
- TEST_MYSQL_PASSWORD = credentials('mysql_test_password')
- CI_DOCKERENV = '${TEST_MYSQL_HOST}|DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=${TEST_MYSQL_PASSWORD}'
- CI_DOCKERENV = 'DB_HOST=${TEST_MYSQL_HOST}|DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=${TEST_MYSQL_PASSWORD}'
- CI_AUTH = 'user:password'
- CI_WEBPATH = ''