Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
feudal
feudalBackend
Commits
c0ef9ca6
Commit
c0ef9ca6
authored
Mar 31, 2020
by
lukas.burgey
Browse files
Fix the online CI
parent
554de61a
Pipeline
#80119
passed with stage
in 1 minute and 7 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c0ef9ca6
...
...
@@ -5,15 +5,13 @@ services:
stages
:
-
test
-
deploy
variables
:
MYSQL_USER
:
dev
MYSQL_PASSWORD
:
dev
MYSQL_ROOT_PASSWORD
:
dev
MYSQL_DATABASE
:
"
feudal"
MYSQL_ROOT_PASSWORD
:
"
feudal"
test
:
stage
:
test
script
:
-
cd $CI_PROJECT_DIR
-
pytest --ds=feudal.docker_settings
-
pytest --ds=feudal.docker_settings
-x
feudal/docker_settings.py
View file @
c0ef9ca6
...
...
@@ -98,7 +98,7 @@ DATABASES = {
'ENGINE'
:
'django.db.backends.mysql'
,
'NAME'
:
'feudal'
,
'USER'
:
'root'
,
'PASSWORD'
:
'
dev
'
,
'PASSWORD'
:
'
feudal
'
,
'HOST'
:
'mysql'
,
}
}
...
...
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