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
committerYorick Peterse <yorickpeterse@gmail.com>2018-12-17 18:11:35 +0300
commit04d409aa2d73e7da0ef5c007819c5396dac9c322 (patch)
treee05f0be8e340a807879e0f7d458bd03933d790ed /.gitlab-ci.yml
parent071d593dfe486ed71946d379daa5576ccfe21935 (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
Diffstat (limited to '.gitlab-ci.yml')
-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