Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-12-08 01:26:21 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-12-08 01:26:21 +0300
commita27ba8edfa6f41de135cf6f1573cc5366440f7b5 (patch)
tree3d956e8f04fdc9d3c3cfcfef250dd42eb9f62d50
parentd27ecfab7b89c0d784cf6066b2b08dbfb2b96bd1 (diff)
parentb21463f063b955f284f4cc4edf5ecd25fa61c784 (diff)
Merge branch 'sh-disble-docs-internal-links-lint' into 'master'
Disable docs lint internal_links check Closes #55038 See merge request gitlab-org/gitlab-ce!23665
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 46604317232..898d740ed63 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -555,7 +555,8 @@ docs lint:
# Build HTML from Markdown
- bundle exec nanoc
# Check the internal links
- - bundle exec nanoc check internal_links
+ # Disabled until https://gitlab.com/gitlab-com/gitlab-docs/issues/305 is resolved
+ # - bundle exec nanoc check internal_links
downtime_check:
<<: *rake-exec