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

debug ci

parent 717f6798
No related branches found
No related tags found
2 merge requests!462Redcap/generic test instance,!461Db/mariadb
Pipeline #93137 passed with warnings
...@@ -37,8 +37,7 @@ test_migrations_created: ...@@ -37,8 +37,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 - python manage.py makemigrations --check --dry-run
- 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)
test_postgres: test_postgres:
......
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