Skip to content
Snippets Groups Projects
Commit d22525e2 authored by Carlos Vega's avatar Carlos Vega
Browse files

tmp add a cat for gitlab ci

parent e2e1bccc
No related branches found
No related tags found
2 merge requests!462Redcap/generic test instance,!461Db/mariadb
Pipeline #93111 failed
...@@ -35,7 +35,7 @@ test_migrations_created: ...@@ -35,7 +35,7 @@ test_migrations_created:
script: script:
- cp "local_settings_ci.py" "smash/smash/local_settings.py" - cp "local_settings_ci.py" "smash/smash/local_settings.py"
- cd smash - cd smash
- python manage.py makemigrations --check --dry-run - python manage.py makemigrations --check
- cat web/migrations/0218_alter_studysubject_referral_letter.py - cat web/migrations/0218_alter_studysubject_referral_letter.py
- test 1 = $(python manage.py makemigrations --check --dry-run | grep 'No changes detected' |wc -l) - test 1 = $(python manage.py makemigrations --check --dry-run | grep 'No changes detected' |wc -l)
......
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