mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Fixes gitlabCI failing due to postgres config
This commit is contained in:
parent
6d0a187add
commit
fa8311405d
|
@ -6,6 +6,7 @@ variables:
|
|||
POSTGRES_USER: '{{ cookiecutter.project_slug }}'
|
||||
POSTGRES_PASSWORD: ''
|
||||
POSTGRES_DB: 'test_{{ cookiecutter.project_slug }}'
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
|
||||
flake8:
|
||||
stage: lint
|
||||
|
|
Loading…
Reference in New Issue
Block a user