From 89bb3385f5adb54b99db4772b0da134e2b4bf18d Mon Sep 17 00:00:00 2001 From: Jeromy Date: Sat, 30 Jan 2016 11:39:56 -0800 Subject: [PATCH] ciiiii issss awesome License: MIT Signed-off-by: Jeromy --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 85d066ce1..d1e7a8eb9 100644 --- a/circle.yml +++ b/circle.yml @@ -5,6 +5,7 @@ machine: TRAVIS: 1 CIRCLE: 1 IMPORT_PATH: "github.com/ipfs/go-ipfs" + GOPATH: "$HOME/.go_workspace" post: - sudo rm -rf /usr/local/go @@ -23,7 +24,7 @@ dependencies: override: - mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH" - - cp -a . "$HOME/.go_workspace/src/$IMPORT_PATH" + - cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH" - gx --verbose install --global cache_directories: