mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Adding cachedir and setting up git username/email
This commit is contained in:
parent
f49d7e4dac
commit
64116b3b7f
@ -1,6 +1,8 @@
|
||||
## Customize the test machine
|
||||
machine:
|
||||
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
|
||||
|
||||
timezone:
|
||||
@ -14,6 +16,7 @@ machine:
|
||||
dependencies:
|
||||
cache_directories:
|
||||
- "/opt/circleci/nodejs/"
|
||||
- "/opt/circleci/python/2.7.11/lib/python2.7/site-packages"
|
||||
pre:
|
||||
- pip --version && pip install --upgrade docker-compose==1.8.0
|
||||
- npm install -g triton yarn
|
||||
|
Loading…
Reference in New Issue
Block a user