1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

circleci: caching slows down builds, removing

This commit is contained in:
Tom Gallacher 2016-10-24 17:42:10 +01:00
parent d717f2356b
commit 379b6aefce

View File

@ -18,8 +18,6 @@ machine:
dependencies:
cache_directories:
- "/opt/circleci/nodejs/"
- "/home/ubuntu/.yarn-cache/"
- "/opt/circleci/python/2.7.11/lib/python2.7/site-packages"
pre:
- pip --version && pip install --upgrade docker-compose==1.8.0