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
8b824c49
Commit
8b824c49
authored
Aug 29, 2019
by
Zac Wood
Browse files
fix secret key pt 2
parent
0d2f7579
Pipeline
#4607
failed with stages
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8b824c49
...
...
@@ -15,7 +15,7 @@ before_script:
-
pip install -r requirements/ci.txt
-
nohup redis-server &
-
cd go/
-
export GO_SECRET_KEY=
$(python -c 'import random; import string; print("".join([random.SystemRandom().choice("{}{}{}".format(string.ascii_letters, string.digits, string.punctuation)) for i in range(50)]))')
-
export GO_SECRET_KEY=
"secret"
-
export GO_DB_NAME="go"
-
export GO_DB_USER="root"
-
export GO_DB_PASSWORD="root"
...
...
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