From a0e2919726af487dd0353f7c055a7ae7f4d50d65 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Tue, 3 Nov 2015 14:55:20 +0000 Subject: [PATCH] Deal with move of runner. --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 507ae2f29..df678584a 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 testing/runner/runner + - make -C $WEAVE_ROOT tools/runner/runner - make deps - mkdir -p $(dirname $SRCDIR) - cp -r $(pwd)/ $SRCDIR