mirror of
https://github.com/linuxserver/docker-bookstack.git
synced 2026-02-20 02:30:30 +08:00
typo in variables to set the test mysql host for the ci run
This commit is contained in:
parent
0c92d422f4
commit
f4e3da7ed7
@ -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 = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user