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
cee78d66
Commit
cee78d66
authored
May 25, 2018
by
David Haynes
🙆
Browse files
I want to try something silly
- For some reason I don't need to specify for docker?
parent
d6ba33d9
Pipeline
#2468
failed with stage
in 1 minute and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
cee78d66
services
:
-
mysql:
latest
-
mysql:
5.7
stages
:
-
test
...
...
@@ -10,7 +10,7 @@ variables:
before_script
:
-
apt-get update -qy
-
apt-get install -y
mysql-client libmysqlclient-dev python-mysqldb
redis-server
-
apt-get install -y redis-server
-
pip install pipenv
-
pipenv install --system --deploy
-
nohup redis-server &
...
...
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