mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 18:56:23 +00:00
Fix echo
This commit is contained in:
@@ -17,7 +17,7 @@ test_and_coverage:
|
||||
stage: test
|
||||
script:
|
||||
- echo 'from ivatar.settings import TEMPLATES # noqa' > config_local.py
|
||||
- echo "TEMPLATES[0]['OPTIONS']['debug'] = True" >> config_local.py
|
||||
- echo 'TEMPLATES[0]["OPTIONS"]["debug"] = True' >> config_local.py
|
||||
- echo "DEBUG = True" >> config_local.py
|
||||
- python manage.py collectstatic --noinput
|
||||
- coverage run --source . manage.py test -v3
|
||||
|
||||
Reference in New Issue
Block a user