Commit 3a8dd9a1 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'alberts-add-backup-task-for-db-backup-restore' into 'master'

Add backup.rake to the change pattern

See merge request gitlab-org/gitlab!66994
parents 0ac6a152 a8e1efb6
...@@ -448,7 +448,9 @@ db:backup_and_restore: ...@@ -448,7 +448,9 @@ db:backup_and_restore:
- date - date
- bundle exec rake gitlab:backup:restore - bundle exec rake gitlab:backup:restore
rules: rules:
- changes: ["lib/backup/**/*"] - changes:
- "lib/backup/**/*"
- "lib/tasks/gitlab/backup.rake"
rspec:deprecations: rspec:deprecations:
extends: 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