From 73c8d3ba56a94fe79cc4e54a7c6315b868ff3489 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Tue, 3 Nov 2015 15:09:02 +0000 Subject: [PATCH] Hack to make this work whilst we move the test runner. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index df678584a..f60e709df 100644 --- a/circle.yml +++ b/circle.yml @@ -24,7 +24,7 @@ dependencies: - curl https://sdk.cloud.google.com | bash - test -z "$SECRET_PASSWORD" || bin/setup-circleci-secrets "$SECRET_PASSWORD" - go get $WEAVE_REPO/... - - make -C $WEAVE_ROOT tools/runner/runner + - 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