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
8f23d478
Commit
8f23d478
authored
May 25, 2018
by
David Haynes
🙆
Browse files
Actually install the dev packages for CI
parent
3b8cf71b
Pipeline
#2470
failed with stage
in 1 minute and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8f23d478
...
...
@@ -12,7 +12,7 @@ before_script:
-
apt-get update -qy
-
apt-get install -y redis-server
-
pip install pipenv
-
pipenv install --system --deploy
-
pipenv install
-d
--system --deploy
-
nohup redis-server &
-
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)
...
...
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