Skip to content
Snippets Groups Projects
Commit 3ed606d3 authored by Julian's avatar Julian
Browse files

Debugging test "db_migrations_updated"

parent c824aaba
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 2>&1 | grep -q 'No changes in schema detected'
- FLASK_APP=uffd flask db migrate
linter:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment