Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael R Lundquist
whats-open
Commits
ea24b5f4
Commit
ea24b5f4
authored
Jan 26, 2019
by
David Haynes
🙆
Browse files
actually actually fix ci
parent
905a511a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ea24b5f4
...
...
@@ -4,7 +4,6 @@ services:
variables
:
MYSQL_DATABASE
:
wopen
MYSQL_ROOT_PASSWORD
:
root
WOPEN_ENV
:
dev
types
:
-
test
...
...
@@ -25,6 +24,7 @@ before_script:
-
export WOPEN_DB_HOST="mysql"
-
export WOPEN_DB_PORT=3306
-
export WOPEN_SUPERUSER=admin
-
export WOPEN_ENV=dev
-
python manage.py makemigrations
-
python manage.py makemigrations api
-
python manage.py migrate
...
...
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