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
committerGitLab Release Tools Bot <robert+release-tools@gitlab.com>2018-12-12 12:50:50 +0300
commitcf683e408ea0c93bcb52124a1480a18bfaf50432 (patch)
tree27349a55ade890e445da491968e6b23d318d0b51 /.gitlab-ci.yml
parent828b29e9e346731b756d6d06460fbccb7a9f2d7e (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 (cherry picked from commit e7a6b841684f9a2929b16176b223ea44bfc26332) 9ab53261 Enable `bundle exec nanoc check internal_links`
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 898d740ed63..46604317232 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -555,8 +555,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