diff options
author | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 21:55:50 +0900 |
---|---|---|
committer | Marcel Amirault <mamirault@gitlab.com> | 2019-08-27 21:56:35 +0900 |
commit | 9acd3dca8a5804c15b2135dde7e14d23159955f0 (patch) | |
tree | d9a242fcdacd754a927a54100e23b8f8a204a798 /doc/ci/services/mysql.md | |
parent | 4ad96a4e927808a3afd7fe9726fa86345c2791e6 (diff) | |
download | gitlab-ce-docs-markdownlint-fixes-1.tar.gz |
Fix markdown in various docsdocs-markdownlint-fixes-1
Clean up issues that may cause the docs-lint
test to fail, such as trailing whitespace, no
EOF newline, blockquotes, etc
Diffstat (limited to 'doc/ci/services/mysql.md')
-rw-r--r-- | doc/ci/services/mysql.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/services/mysql.md b/doc/ci/services/mysql.md index 9ea113969c8..ce69a7df885 100644 --- a/doc/ci/services/mysql.md +++ b/doc/ci/services/mysql.md @@ -27,8 +27,8 @@ variables: NOTE: **Note:** The `MYSQL_DATABASE` and `MYSQL_ROOT_PASSWORD` variables can't be set in the GitLab UI. -To set them, assign them to a variable [in the UI](../variables/README.md#via-the-ui), -and then assign that variable to the +To set them, assign them to a variable [in the UI](../variables/README.md#via-the-ui), +and then assign that variable to the `MYSQL_DATABASE` and `MYSQL_ROOT_PASSWORD` variables in your `.gitlab-ci.yml`. And then configure your application to use the database, for example: |