summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-01-24 07:49:27 +0000
committerRémy Coutable <remy@rymai.me>2019-01-24 07:49:27 +0000
commitaebc47256a504dbc30cb1ccf66e44667c3f2f05c (patch)
tree1888186751715c38cdcba6859c8268b9da147ef8
parent039e41eda0d9172fa9eca0a4d79e6443c867cee2 (diff)
parent90609411621f1c2774f2a999817b29a8fe2f9646 (diff)
downloadgitlab-ce-aebc47256a504dbc30cb1ccf66e44667c3f2f05c.tar.gz
Merge branch '56763-docs-lint-passes-if-a-relative-link-starts-with-doc-docs' into 'master'
Resolve "Docs lint passes if a relative link starts with /doc" Closes #56763 See merge request gitlab-org/gitlab-ce!24613
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5c5f3f589b9..d19a4002fad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -546,7 +546,7 @@ docs lint:
script:
- scripts/lint-doc.sh
- scripts/lint-changelog-yaml
- - mv doc/ /tmp/gitlab-docs/content/
+ - mv doc/ /tmp/gitlab-docs/content/$DOCS_GITLAB_REPO_SUFFIX
- cd /tmp/gitlab-docs
# Build HTML from Markdown
- bundle exec nanoc