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
f6720748
Commit
f6720748
authored
Jan 03, 2017
by
David Haynes
Browse files
Optimize the .gitlab-ci.yml a tad
- different image, less package installs
parent
23fe1e77
Pipeline
#724
failed with stage
in 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f6720748
image
:
ubuntu:14.04
image
:
library/python:2.7
services
:
-
mysql:latest
...
...
@@ -14,7 +14,7 @@ test_Go:
type
:
test
before_script
:
-
apt-get update -qy
-
apt-get install -y
python-dev python-pip python-pip
libldap2-dev mysql-client libmysqlclient-dev python-mysqldb
libsasl2-dev
libjpeg-dev
git
-
apt-get install -y libldap2-dev mysql-client libmysqlclient-dev python-mysqldb libjpeg-dev
-
pip install -r requirements.txt
-
pip install coverage
-
cp go/settings/settings.py.template go/settings/settings.py
...
...
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