Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fahrtenbuch
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWP WS21_22 - Fahrtenbuch
Team Einhorn
fahrtenbuch
Commits
161929cd
Commit
161929cd
authored
3 years ago
by
Alexander Rudolph
Browse files
Options
Downloads
Patches
Plain Diff
replace with literals
parent
504fad94
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
161929cd
...
...
@@ -5,10 +5,10 @@ services:
variables
:
TEST_DB_NAME
:
test
POSTGRES_DB
:
$POSTGRES_DB
POSTGRES_DB
:
fahrtenbuch
POSTGRES_HOST
:
postgres
POSTGRES_USER
:
$POSTGRES_USER
POSTGRES_PASSWORD
:
$POSTGRES_PASSWORD
POSTGRES_USER
:
postgres
POSTGRES_PASSWORD
:
postgres
POSTGRES_HOST_AUTH_METHOD
:
trust
POSTGRES_DRIVER
:
postgres
SKIP_PREFLIGHT_CHECK
:
"
true"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment