From 261ad4c6f345379b9f514baf9ede748fa252061e Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Tue, 3 Nov 2015 15:14:51 +0000 Subject: [PATCH] Build the runner in the gopath. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f60e709df..65a5f7604 100644 --- a/circle.yml +++ b/circle.yml @@ -24,7 +24,6 @@ dependencies: - curl https://sdk.cloud.google.com | bash - test -z "$SECRET_PASSWORD" || bin/setup-circleci-secrets "$SECRET_PASSWORD" - go get $WEAVE_REPO/... - - make -C tools/runner && mkdir -p $WEAVE_REPO/tools/runner && cp tools/runner/runner $WEAVE_REPO/tools/runner - make deps - mkdir -p $(dirname $SRCDIR) - cp -r $(pwd)/ $SRCDIR @@ -32,6 +31,7 @@ dependencies: - touch $SRCDIR/.scope_ui_build.uptodate - cd $SRCDIR/backend; ../tools/rebuild-image weaveworks/scope-backend-build . Dockerfile build.sh - touch $SRCDIR/.scope_backend_build.uptodate + - make -C $SRCDIR/tools/runner && mkdir -p $WEAVE_REPO/tools/runner && cp $SRCDIR/tools/runner/runner $WEAVE_REPO/tools/runner test: override: