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:
authorStan Hu <stanhu@gmail.com>2018-12-12 01:10:29 +0300
committerStan Hu <stanhu@gmail.com>2018-12-12 01:10:29 +0300
commite7a6b841684f9a2929b16176b223ea44bfc26332 (patch)
tree64ea12e02682a2a6f3164ea18d7e39c885a82ba3 /.gitlab-ci.yml
parentc8aaf15cec1dc576afb375131f4239351da93d54 (diff)
parent9ab53261822fc0bbb0ec2954b8231097f92d0bc4 (diff)
Merge branch 'add-docs-lint-back' into 'master'
Docs: Enable gitlab-docs lint Closes gitlab-com/gitlab-docs#305 See merge request gitlab-org/gitlab-ce!23748
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5d0237220db..b26c2d16d77 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -554,8 +554,7 @@ docs lint:
# Build HTML from Markdown
- bundle exec nanoc
# Check the internal links
- # Disabled until https://gitlab.com/gitlab-com/gitlab-docs/issues/305 is resolved
- # - bundle exec nanoc check internal_links
+ - bundle exec nanoc check internal_links
downtime_check:
<<: *rake-exec