Skip to content

Commit ef360a0

Browse files
committed
make circle.yml use make deps instead of trying to be smart
License: MIT Signed-off-by: Jeromy <[email protected]>
1 parent 1a6f8c6 commit ef360a0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

circle.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ dependencies:
2020
pre:
2121
# setup ipv6
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
23-
- go get -u github.com/whyrusleeping/gx
24-
- go get -u github.com/whyrusleeping/gx-go
2523

2624
override:
2725
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
2826
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
29-
- gx --verbose install --global
27+
- cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps
3028

3129
cache_directories:
3230
- ~/go1.5.2.linux-amd64.tar.gz

0 commit comments

Comments
 (0)