Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
49aa4cc4
Commit
49aa4cc4
authored
Sep 07, 2021
by
Peter Leitzen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: No need to track changelogs/**/*.yml anymore
We use Git trailers for compiling changelog.
parent
7bfa0963
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+0
-1
.gitlab/ci/yaml.gitlab-ci.yml
.gitlab/ci/yaml.gitlab-ci.yml
+2
-2
No files found.
.gitlab/ci/rules.gitlab-ci.yml
View file @
49aa4cc4
...
...
@@ -139,7 +139,6 @@
-
"
.gitlab-ci.yml"
-
"
.gitlab/ci/**/*.yml"
-
"
lib/gitlab/ci/templates/**/*.yml"
-
"
{,ee/,jh/}changelogs/**/*.yml"
.docs-patterns
:
&docs-patterns
-
"
.gitlab/route-map.yml"
...
...
.gitlab/ci/yaml.gitlab-ci.yml
View file @
49aa4cc4
# Yamllint of CI-related yaml
and changelogs
.
# Yamllint of CI-related yaml.
# This uses rules from project root `.yamllint`.
lint-yaml
:
extends
:
...
...
@@ -8,6 +8,6 @@ lint-yaml:
stage
:
test
needs
:
[]
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
:
-
yamllint -f colored $LINT_PATHS
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment