Skip to content

Commit 89bb338

Browse files
committedJan 30, 2016
ciiiii issss awesome
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent ed3841f commit 89bb338

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎circle.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ machine:
55
TRAVIS: 1
66
CIRCLE: 1
77
IMPORT_PATH: "github.com/ipfs/go-ipfs"
8+
GOPATH: "$HOME/.go_workspace"
89

910
post:
1011
- sudo rm -rf /usr/local/go
@@ -23,7 +24,7 @@ dependencies:
2324

2425
override:
2526
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
26-
- cp -a . "$HOME/.go_workspace/src/$IMPORT_PATH"
27+
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
2728
- gx --verbose install --global
2829

2930
cache_directories:

0 commit comments

Comments
 (0)
Please sign in to comment.