Skip to content

Commit 563ff45

Browse files
committed
don't cache the code we're actually changing
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent ef360a0 commit 563ff45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ dependencies:
2222
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
2323

2424
override:
25+
- rm -rf "$HOME/.go_workspace/src/$IMPORT_PATH"
2526
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
2627
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
2728
- cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps

0 commit comments

Comments
 (0)