Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
Use project slug for database name in gitlab-ci config. Fixes #123
Browse files Browse the repository at this point in the history
  • Loading branch information
mazdakb committed Feb 14, 2019
1 parent e49f5f0 commit 30488ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ test:
script:
- export DJANGO_SETTINGS_MODULE=config.settings.test
- export CELERY_BROKER_URL=redis://
- export DATABASE_URL=postgres://postgres:@postgres:5432/achareh
- export DATABASE_URL=postgres://postgres:@postgres:5432/{{cookiecutter.project_slug}}
- docker-compose -f local.yml run django pytest

0 comments on commit 30488ba

Please sign in to comment.