Skip to content

Commit

Permalink
Merge pull request #2659 from ipfs/fix/circleyml
Browse files Browse the repository at this point in the history
make circle.yml use make deps instead of trying to be smart
  • Loading branch information
whyrusleeping committed May 14, 2016
2 parents 28999f7 + 563ff45 commit d183e34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ dependencies:
pre:
# setup ipv6
- sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0 net.ipv6.conf.default.disable_ipv6=0 net.ipv6.conf.all.disable_ipv6=0
- go get -u github.com/whyrusleeping/gx
- go get -u github.com/whyrusleeping/gx-go

override:
- rm -rf "$HOME/.go_workspace/src/$IMPORT_PATH"
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
- gx --verbose install --global
- cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps

cache_directories:
- ~/go1.5.2.linux-amd64.tar.gz
Expand Down

0 comments on commit d183e34

Please sign in to comment.