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
ea373431
Unverified
Commit
ea373431
authored
Apr 02, 2017
by
David Haynes
🙆
Browse files
ci: Login to the database as root
- copy paste is getting me again Signed-off-by:
David Haynes
<
dhaynes3@gmu.edu
>
parent
876e7a4c
Pipeline
#1214
passed with stage
in 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
ea373431
...
...
@@ -16,8 +16,8 @@ before_script:
-
export WOPEN_SECRET_KEY=$(dd if=/dev/urandom count=100 | tr -dc "A-Za-z0-9" | fold -w 60 | head -n1 2>/dev/null)
-
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_USER="
root
"
-
export WOPEN_DB_PASSWORD="
root
"
-
export WOPEN_DB_HOST="mysql"
-
export WOPEN_DB_PORT=3306
-
export WOPEN_SUPERUSER=admin
...
...
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