Skip to content
Snippets Groups Projects
Commit 7fca219b authored by Julian's avatar Julian
Browse files

More helpful output in db_migrations_updated

parent 87d86273
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ db_migrations_updated:
stage: test
script:
- FLASK_APP=uffd flask db upgrade
- FLASK_APP=uffd flask db migrate
- FLASK_APP=uffd flask db migrate 2>&1 | tee /dev/stderr | grep -q 'No changes in schema detected'
linter:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment