From 69323a1f60ac9586c8755a5315cab558ae29ebc5 Mon Sep 17 00:00:00 2001 From: Chris Goller Date: Fri, 23 Sep 2016 17:42:10 -0700 Subject: [PATCH] Update circle to use correct caching directory --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index fe032959e4..725e676ba1 100644 --- a/circle.yml +++ b/circle.yml @@ -20,7 +20,7 @@ dependencies: - "make build": pwd: ../.go_workspace/src/github.com/influxdata/mrfusion cache_directories: - - ${HOME}/.go_workspace/src/github.com/influxdata/mrfusion/ui/node_modules + - ../.go_workspace/src/github.com/influxdata/mrfusion/ui/node_modules test: override: