summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2019-09-05 08:01:14 +0000
committerRémy Coutable <remy@rymai.me>2019-09-05 08:01:14 +0000
commit151da98f246df5516baddbfbce94eb7485297a9d (patch)
treed4a197ed35fb6880f5b1f2813c184bff977fa9bb
parent24f526e10c34ced3cc9facb3a04c3274d20cd24c (diff)
parentffc5ef9fe8946a7e78592799bec54a8b1396ba3a (diff)
downloadgitlab-ce-151da98f246df5516baddbfbce94eb7485297a9d.tar.gz
Merge branch 'shorten-doc-pipeline' into 'master'
Add docs exception to lint-ci job See merge request gitlab-org/gitlab-ce!32683
-rw-r--r--.gitlab/ci/yaml.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/ci/yaml.gitlab-ci.yml b/.gitlab/ci/yaml.gitlab-ci.yml
index 3e107b475c9..dd61cb3f035 100644
--- a/.gitlab/ci/yaml.gitlab-ci.yml
+++ b/.gitlab/ci/yaml.gitlab-ci.yml
@@ -4,6 +4,7 @@ lint-ci-gitlab:
extends:
- .default-tags
- .default-retry
+ - .except-docs
image: sdesbure/yamllint:latest
dependencies: []
script: