Commit e9af2f32 authored by Ash McKenzie's avatar Ash McKenzie

Merge branch '262861-add-helpful-info-to-fixture-error' into 'master'

Add helpful details to fixture error message

See merge request gitlab-org/gitlab!45826
parents 5639d043 c5c272dc
......@@ -66,6 +66,8 @@ class Gitlab::Seeder::ComplianceDashboardMergeRequests
merge_request
end
rescue AccessDeniedError
raise AccessDeniedError.new("If you are re-creating your GitLab database, you should also delete your old repositories located at $GDK/repositories/@hashed")
end
def create_pipeline!(project, ref, commit, status)
......
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