summaryrefslogtreecommitdiff
path: root/doc/topics
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-01-08 19:05:13 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-01-08 19:05:13 +0000
commit5481419fd78dbed647deb25f8a2cc13f711200a3 (patch)
tree07073994c78875905dae700ddd32b7d082515342 /doc/topics
parente4b31f5415537a8b5172f1b753700d934aeeeb3f (diff)
parentd98560c1f5c54127d1a48c4c8e326bbf06c31c4b (diff)
downloadgitlab-ce-5481419fd78dbed647deb25f8a2cc13f711200a3.tar.gz
Merge branch 'docs/fix-unordered-list-style' into 'master'
Resolve Markdown unordered lists not conforming to styleguide See merge request gitlab-org/gitlab-ce!23037
Diffstat (limited to 'doc/topics')
-rw-r--r--doc/topics/autodevops/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index da2ecd631bb..780e9b8783e 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -539,9 +539,9 @@ a helm pre-upgrade hook.
For example, in a Rails application:
-* `DB_INITIALIZE` can be set to `cd /app && RAILS_ENV=production
+- `DB_INITIALIZE` can be set to `cd /app && RAILS_ENV=production
bin/setup`
-* `DB_MIGRATE` can be set to `cd /app && RAILS_ENV=production bin/update`
+- `DB_MIGRATE` can be set to `cd /app && RAILS_ENV=production bin/update`
NOTE: **Note:**
The `/app` path is the directory of your project inside the docker image