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
go
Commits
aee5d1dc
Verified
Commit
aee5d1dc
authored
Oct 18, 2017
by
David Haynes
🙆
Browse files
Add ENV to CI build
- oops I forgot about CI (again)
parent
601496a6
Pipeline
#1926
failed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
aee5d1dc
...
...
@@ -17,6 +17,7 @@ before_script:
-
cd go/
-
export GO_SECRET_KEY=$(dd if=/dev/urandom count=100 | tr -dc "A-Za-z0-9" | fold -w 60 | head -n1 2>/dev/null)
-
export GO_DB_NAME="go"
-
export GO_ENV="production"
-
export GO_DB_USER="root"
-
export GO_DB_PASSWORD="root"
-
export GO_DB_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