From 9d91a06a7548cf57b704523a5b00340d4b217545 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Thu, 10 Dec 2015 11:51:04 +0000 Subject: [PATCH] Don't go get weave, git clone it. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f86fa75e9a..e11bc1f877 100644 --- a/circle.yml +++ b/circle.yml @@ -22,7 +22,7 @@ dependencies: - "sudo apt-get update && sudo apt-get install jq pv" - curl https://sdk.cloud.google.com | bash - test -z "$SECRET_PASSWORD" || bin/setup-circleci-secrets "$SECRET_PASSWORD" - - go get $WEAVE_REPO/... + - mkdir -p $GOPATH/src/$WEAVE_REPO; git clone http://github.com/weaveworks/weave $GOPATH/src/$WEAVE_REPO - make deps - "mkdir -p $(dirname $SRCDIR) && cp -r $(pwd)/ $SRCDIR" - "cd $SRCDIR/client; ../tools/rebuild-image weaveworks/scope-ui-build . Dockerfile package.json webpack.production.config.js .eslintrc .babelrc && touch $SRCDIR/.scope_ui_build.uptodate"