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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-03-14 14:06:23 +0300
committerAchilleas Pipinellis <axil@gitlab.com>2019-03-14 14:06:23 +0300
commit4c38880aa6e6efcf54a819aac4ae4ba4cf336465 (patch)
tree034a51fc9858028c66d90403a7462829f18dde44
parentc8dbfbfb002904a5a9b25b5370520f8ba18658f2 (diff)
parentccf5684f465c8f351d49250cb335212c3143e63c (diff)
Merge branch 'exclude-ext-no-access-links' into 'master'
Exclude https://gitlab.com/gitlab-org/gitlab-qa/pipelines from link test See merge request gitlab-com/gitlab-docs!428
-rw-r--r--nanoc.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/nanoc.yaml b/nanoc.yaml
index 00da2adf..086ff754 100644
--- a/nanoc.yaml
+++ b/nanoc.yaml
@@ -103,6 +103,8 @@ checks:
- 'https:\/\/dl\.acm\.org\/citation\.cfm\?id=361591'
- 'https:\/\/pgp\.mit\.edu\/pks\/lookup\?op=vindex\&search=.*'
- 'https:\/\/www\.amazon\.com\/.*'
+ # GitLab.com links with no public access
+ - 'https:\/\/gitlab.com\/gitlab-org\/gitlab-qa\/pipelines'
# Don't check links matching the following patterns
- 'https?:\/\/\w*\.example\.com.*'
- 'https?:\/\/localhost.*'