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
SRCT
whats-open
Commits
27e9509b
Unverified
Commit
27e9509b
authored
Apr 02, 2017
by
David Haynes
🙆
Browse files
ci: Mysql env var part 3
- maybe needs some ""'s Signed-off-by:
David Haynes
<
dhaynes3@gmu.edu
>
parent
5368e0ff
Pipeline
#1212
failed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
27e9509b
...
...
@@ -14,11 +14,11 @@ before_script:
-
pip install -r requirements/test.txt
-
cd whats_open/
-
export WOPEN_SECRET_KEY=$(dd if=/dev/urandom count=100 | tr -dc "A-Za-z0-9" | fold -w 60 | head -n1 2>/dev/null)
-
WOPEN_EMAIL_DOMAIN=@masonlive.gmu.edu
-
WOPEN_DB_NAME=wopen
-
WOPEN_DB_USER=wopen
-
WOPEN_DB_PASSWORD=wopen
-
WOPEN_DB_HOST=mysql
-
WOPEN_EMAIL_DOMAIN=
"
@masonlive.gmu.edu
"
-
WOPEN_DB_NAME=
"
wopen
"
-
WOPEN_DB_USER=
"
wopen
"
-
WOPEN_DB_PASSWORD=
"
wopen
"
-
WOPEN_DB_HOST=
"
mysql
"
-
WOPEN_DB_PORT=3306
-
WOPEN_SUPERUSER=admin
-
python manage.py makemigrations
...
...
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