Skip to content

Commit 86a11d9

Browse files
authored
Merge pull request #17 from thelamer/master
typo in variables to set the test mysql host for the ci run
2 parents 37f56cc + f4e3da7 commit 86a11d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ repo_vars:
2626
- CI_DELAY = '120'
2727
- TEST_MYSQL_HOST = credentials('mysql_test_host')
2828
- TEST_MYSQL_PASSWORD = credentials('mysql_test_password')
29-
- CI_DOCKERENV = '${TEST_MYSQL_HOST}|DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=${TEST_MYSQL_PASSWORD}'
29+
- CI_DOCKERENV = 'DB_HOST=${TEST_MYSQL_HOST}|DB_DATABASE=bookstack|DB_USERNAME=root|DB_PASSWORD=${TEST_MYSQL_PASSWORD}'
3030
- CI_AUTH = 'user:password'
3131
- CI_WEBPATH = ''

0 commit comments

Comments
 (0)