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

Merge branch 'tc-tix-db-regen-foss' into 'master'

Disable db:check-schema on gitlab-foss

Closes #216214

See merge request gitlab-org/gitlab!30999
parents ad3904e5 f7e881d7
......@@ -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