don't cache the code we're actually changing
License: MIT Signed-off-by: Jeromy <why@ipfs.io>
Jeromy committed
May 13, 2016 at 14:52 UTC
563ff4531d162a2951ddecba3a659de8d2a7583c
1 file changed
+1
circle.yml
+1
@@ -22,6 +22,7 @@ dependencies:
22
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
23
24
override:
25
+ - rm -rf "$HOME/.go_workspace/src/$IMPORT_PATH"
26
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
27
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
28
- cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps