From 64116b3b7fc95667d0777dba005ad1e444dd40b9 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Mon, 24 Oct 2016 11:01:03 +0100 Subject: [PATCH] Adding cachedir and setting up git username/email --- circle.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/circle.yml b/circle.yml index faa0a804..5f4b34a5 100644 --- a/circle.yml +++ b/circle.yml @@ -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