We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef360a0 commit 563ff45Copy full SHA for 563ff45
circle.yml
@@ -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
0 commit comments