Commit 34a82455 authored by Rémy Coutable's avatar Rémy Coutable

Add doc/administration/raketasks/maintenance.md to backstage patterns

The spec/features/dashboard/help_spec.rb test file is relying on the
content of this documentation file.
Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 983cb647
...@@ -78,6 +78,7 @@ ...@@ -78,6 +78,7 @@
- "{,ee/}rubocop/**/*" - "{,ee/}rubocop/**/*"
- "{,ee/}spec/**/*" - "{,ee/}spec/**/*"
- "doc/README.md" # Some RSpec test rely on this file - "doc/README.md" # Some RSpec test rely on this file
- "doc/administration/raketasks/maintenance.md" # Some RSpec test rely on this file
.code-patterns: &code-patterns .code-patterns: &code-patterns
- "{package.json,yarn.lock}" - "{package.json,yarn.lock}"
...@@ -121,6 +122,7 @@ ...@@ -121,6 +122,7 @@
- "{,ee/}rubocop/**/*" - "{,ee/}rubocop/**/*"
- "{,ee/}spec/**/*" - "{,ee/}spec/**/*"
- "doc/README.md" # Some RSpec test rely on this file - "doc/README.md" # Some RSpec test rely on this file
- "doc/administration/raketasks/maintenance.md" # Some RSpec test rely on this file
.code-qa-patterns: &code-qa-patterns .code-qa-patterns: &code-qa-patterns
- "{package.json,yarn.lock}" - "{package.json,yarn.lock}"
...@@ -163,6 +165,7 @@ ...@@ -163,6 +165,7 @@
- "{,ee/}rubocop/**/*" - "{,ee/}rubocop/**/*"
- "{,ee/}spec/**/*" - "{,ee/}spec/**/*"
- "doc/README.md" # Some RSpec test rely on this file - "doc/README.md" # Some RSpec test rely on this file
- "doc/administration/raketasks/maintenance.md" # Some RSpec test rely on this file
# QA changes # QA changes
- ".dockerignore" - ".dockerignore"
- "qa/**/*" - "qa/**/*"
......
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