Commit f05e078f authored by Kyle Wiebers's avatar Kyle Wiebers

Merge branch 'fix-backend-patterns' into 'master'

ci: Fix backend patterns in .gitlab/ci/rules.gitlab-ci.yml

See merge request gitlab-org/gitlab!81803
parents 5ee31276 539f2dcd
......@@ -247,7 +247,7 @@
# List explicitly all the app/ dirs that are backend (i.e. all except app/assets).
- "{,ee/,jh/}{app/channels,app/controllers,app/finders,app/graphql,app/helpers,app/mailers,app/models,app/policies,app/presenters,app/serializers,app/services,app/uploaders,app/validators,app/views,app/workers}/**/*"
- "{,ee/,jh/}{bin,cable,config,db,generator_templates,lib}/**/*"
- "{,ee/,jh/}spec/**/*.rb"
- "{,ee/,jh/}spec/**/*"
# CI changes
- ".gitlab-ci.yml"
- ".gitlab/ci/**/*"
......
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