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
adfcfcff
Commit
adfcfcff
authored
Feb 19, 2020
by
Sébastiaan Versteeg
Browse files
Merge branch 'fix-ci' into 'master'
Set Postgres Password in CI See merge request
!1497
parents
f862eff8
602c0777
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/continuous-integration/config/test.yaml
View file @
adfcfcff
...
...
@@ -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 @
adfcfcff
...
...
@@ -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