Commit 49aa4cc4 authored by Peter Leitzen's avatar Peter Leitzen

CI: No need to track changelogs/**/*.yml anymore

We use Git trailers for compiling changelog.
parent 7bfa0963
...@@ -139,7 +139,6 @@ ...@@ -139,7 +139,6 @@
- ".gitlab-ci.yml" - ".gitlab-ci.yml"
- ".gitlab/ci/**/*.yml" - ".gitlab/ci/**/*.yml"
- "lib/gitlab/ci/templates/**/*.yml" - "lib/gitlab/ci/templates/**/*.yml"
- "{,ee/,jh/}changelogs/**/*.yml"
.docs-patterns: &docs-patterns .docs-patterns: &docs-patterns
- ".gitlab/route-map.yml" - ".gitlab/route-map.yml"
......
# Yamllint of CI-related yaml and changelogs. # Yamllint of CI-related yaml.
# This uses rules from project root `.yamllint`. # This uses rules from project root `.yamllint`.
lint-yaml: lint-yaml:
extends: extends:
...@@ -8,6 +8,6 @@ lint-yaml: ...@@ -8,6 +8,6 @@ lint-yaml:
stage: test stage: test
needs: [] needs: []
variables: variables:
LINT_PATHS: .gitlab-ci.yml .gitlab/ci lib/gitlab/ci/templates changelogs LINT_PATHS: .gitlab-ci.yml .gitlab/ci lib/gitlab/ci/templates
script: script:
- yamllint -f colored $LINT_PATHS - yamllint -f colored $LINT_PATHS
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment