Commit f7e881d7 authored by Toon Claes's avatar Toon Claes

Disable db:check-schema on gitlab-foss

Do not run the CI job db:check-schema on gitlab-foss.

Fixes https://gitlab.com/gitlab-org/gitlab/-/issues/216214
parent 99450432
......@@ -141,7 +141,9 @@ db:migrate:reset:
- bundle exec rake db:migrate:reset
db:check-schema:
extends: .db-job-base
extends:
- .db-job-base
- .rails:rules:ee-mr-and-master-only
script:
- scripts/regenerate-schema
- source scripts/schema_changed.sh
......
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