Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Duncan Macleod
gracedb
Commits
53f9a1c4
Commit
53f9a1c4
authored
Apr 26, 2019
by
Duncan Macleod
Browse files
ci: corrected DB_USER
parent
b8c13dc9
Pipeline
#59703
failed with stages
in 3 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
53f9a1c4
...
...
@@ -26,7 +26,7 @@ before_script:
DJANGO_DB_HOST
:
"
mysql"
DJANGO_DB_PORT
:
"
3306"
DJANGO_DB_NAME
:
"
fake_name"
DJANGO_DB_USER
:
"
fake_user
"
DJANGO_DB_USER
:
"
root
"
DJANGO_DB_PASSWORD
:
"
fake_password"
DJANGO_PRIMARY_FQDN
:
"
fake_fqdn"
DJANGO_SECRET_KEY
:
"
fake_key"
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment