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
876e7a4c
Unverified
Commit
876e7a4c
authored
Apr 02, 2017
by
David Haynes
🙆
Browse files
si: Actually export the env vars
- totally forgot the export word Signed-off-by:
David Haynes
<
dhaynes3@gmu.edu
>
parent
27e9509b
Pipeline
#1213
failed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
876e7a4c
...
...
@@ -14,13 +14,13 @@ 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_DB_PORT=3306
-
WOPEN_SUPERUSER=admin
-
export
WOPEN_EMAIL_DOMAIN="@masonlive.gmu.edu"
-
export
WOPEN_DB_NAME="wopen"
-
export
WOPEN_DB_USER="wopen"
-
export
WOPEN_DB_PASSWORD="wopen"
-
export
WOPEN_DB_HOST="mysql"
-
export
WOPEN_DB_PORT=3306
-
export
WOPEN_SUPERUSER=admin
-
python manage.py makemigrations
-
python manage.py makemigrations website
-
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