1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

Adding cachedir and setting up git username/email

This commit is contained in:
Tom Gallacher 2016-10-24 11:01:03 +01:00
parent f49d7e4dac
commit 64116b3b7f

View File

@ -1,6 +1,8 @@
## Customize the test machine ## Customize the test machine
machine: machine:
pre: pre:
- git config --global user.email "circleci@joyent.zone"
- git config --global user.name "circlebot"
- curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0 - curl -sSL https://s3.amazonaws.com/circle-downloads/install-circleci-docker.sh | bash -s -- 1.10.0
timezone: timezone:
@ -14,6 +16,7 @@ machine:
dependencies: dependencies:
cache_directories: cache_directories:
- "/opt/circleci/nodejs/" - "/opt/circleci/nodejs/"
- "/opt/circleci/python/2.7.11/lib/python2.7/site-packages"
pre: pre:
- pip --version && pip install --upgrade docker-compose==1.8.0 - pip --version && pip install --upgrade docker-compose==1.8.0
- npm install -g triton yarn - npm install -g triton yarn