Merge pull request #138 from influxdata/feature/circle-caching

Update circle to be a simple make
pull/142/head
Chris Goller 2016-09-27 17:55:40 -05:00 committed by GitHub
commit 3a26ffab92
1 changed files with 1 additions and 6 deletions

View File

@ -13,14 +13,9 @@ dependencies:
- git config --global url."git@github.com:".insteadOf "https://github.com/"
- mkdir -p ${HOME}/.go_workspace/src/github.com/influxdata
- ln -sf ${HOME}/mrfusion ${HOME}/.go_workspace/src/github.com/influxdata
- "make jsdep":
pwd: ../.go_workspace/src/github.com/influxdata/mrfusion
- "make godep":
pwd: ../.go_workspace/src/github.com/influxdata/mrfusion
- "make build":
- "make":
pwd: ../.go_workspace/src/github.com/influxdata/mrfusion
cache_directories:
- ../.go_workspace/src/github.com/influxdata/mrfusion/ui/node_modules
- ../../../../../mrfusion/ui/node_modules
test: