Commit a8e1efb6 authored by Albert Salim's avatar Albert Salim

Add backup.rake to the change pattern

parent e45b862f
......@@ -448,7 +448,9 @@ db:backup_and_restore:
- date
- bundle exec rake gitlab:backup:restore
rules:
- changes: ["lib/backup/**/*"]
- changes:
- "lib/backup/**/*"
- "lib/tasks/gitlab/backup.rake"
rspec:deprecations:
extends:
......
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