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
0823ef32
Commit
0823ef32
authored
Mar 22, 2022
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Add `data/whats_new/\w*.yml` pattern to `backend-patterns`
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
fed229f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
.gitlab/ci/rules.gitlab-ci.yml
.gitlab/ci/rules.gitlab-ci.yml
+10
-4
No files found.
.gitlab/ci/rules.gitlab-ci.yml
View file @
0823ef32
...
...
@@ -260,6 +260,8 @@
-
"
.gitlab/ci/**/*"
-
"
*_VERSION"
-
"
scripts/rspec_helpers.sh"
# Mapped patterns (see tests.yml)
-
"
data/whats_new/*.yml"
# DB patterns + .ci-patterns
.db-patterns
:
&db-patterns
...
...
@@ -314,10 +316,11 @@
-
"
config.ru"
-
"
{,ee/,jh/}{app,bin,config,db,generator_templates,haml_lint,lib,locale,public,scripts,symbol,vendor}/**/*"
-
"
doc/api/graphql/reference/*"
# Files in this folder are auto-generated
-
"
data/whats_new/*.yml"
# CI changes
-
"
.gitlab-ci.yml"
-
"
.gitlab/ci/**/*"
# Mapped patterns (see tests.yml)
-
"
data/whats_new/*.yml"
# .code-patterns + .backstage-patterns
.code-backstage-patterns
:
&code-backstage-patterns
...
...
@@ -338,7 +341,6 @@
-
"
config.ru"
-
"
{,ee/,jh/}{app,bin,config,db,generator_templates,haml_lint,lib,locale,public,scripts,symbol,vendor}/**/*"
-
"
doc/api/graphql/reference/*"
# Files in this folder are auto-generated
-
"
data/whats_new/*.yml"
# CI changes
-
"
.gitlab-ci.yml"
-
"
.gitlab/ci/**/*"
...
...
@@ -349,6 +351,8 @@
-
"
{,ee/,jh/}rubocop/**/*"
-
"
{,ee/,jh/}spec/**/*"
-
"
{,spec/}tooling/**/*"
# Mapped patterns (see tests.yml)
-
"
data/whats_new/*.yml"
# .code-patterns + .qa-patterns
.code-qa-patterns
:
&code-qa-patterns
...
...
@@ -369,13 +373,14 @@
-
"
config.ru"
-
"
{,ee/,jh/}{app,bin,config,db,generator_templates,haml_lint,lib,locale,public,scripts,symbol,vendor}/**/*"
-
"
doc/api/graphql/reference/*"
# Files in this folder are auto-generated
-
"
data/whats_new/*.yml"
# CI changes
-
"
.gitlab-ci.yml"
-
"
.gitlab/ci/**/*"
# QA changes
-
"
.dockerignore"
-
"
qa/**/*"
# Mapped patterns (see tests.yml)
-
"
data/whats_new/*.yml"
# .code-patterns + .backstage-patterns + .qa-patterns
.code-backstage-qa-patterns
:
&code-backstage-qa-patterns
...
...
@@ -396,7 +401,6 @@
-
"
config.ru"
-
"
{,ee/,jh/}{app,bin,config,db,generator_templates,haml_lint,lib,locale,public,scripts,symbol,vendor}/**/*"
-
"
doc/api/graphql/reference/*"
# Files in this folder are auto-generated
-
"
data/whats_new/*.yml"
# CI changes
-
"
.gitlab-ci.yml"
-
"
.gitlab/ci/**/*"
...
...
@@ -410,6 +414,8 @@
# QA changes
-
"
.dockerignore"
-
"
qa/**/*"
# Mapped patterns (see tests.yml)
-
"
data/whats_new/*.yml"
# .code-backstage-qa-patterns + .workhorse-patterns
.setup-test-env-patterns
:
&setup-test-env-patterns
...
...
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