Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
thalia
concrexit
Commits
602c0777
Verified
Commit
602c0777
authored
Feb 19, 2020
by
Joren Vrancken
Browse files
Set Postgres Password in CI
parent
f862eff8
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/continuous-integration/config/test.yaml
View file @
602c0777
...
...
@@ -41,7 +41,7 @@ django-tests:
variables
:
POSTGRES_DB
:
thalia
POSTGRES_USER
:
postgres
POSTGRES_PASSWORD
:
"
"
POSTGRES_PASSWORD
:
postgres
artifacts
:
paths
:
-
covhtml
...
...
website/thaliawebsite/settings/testing.py
View file @
602c0777
...
...
@@ -13,7 +13,7 @@ DATABASES = {
"ENGINE"
:
"django.db.backends.postgresql"
,
"NAME"
:
"thalia"
,
"USER"
:
"postgres"
,
"PASSWORD"
:
""
,
"PASSWORD"
:
"
postgres
"
,
"HOST"
:
"postgres"
,
"PORT"
:
5432
,
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment