From 8f2dc6476276ee70716d81ff51e5ce25187c4324 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Tue, 3 Nov 2015 17:01:03 +0000 Subject: [PATCH] Last try, then I give up --- circle.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index be5569f92..6d546305a 100644 --- a/circle.yml +++ b/circle.yml @@ -32,8 +32,8 @@ dependencies: - 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 + - mkdir -p $WEAVE_ROOT/tools/runner + - cp $SRCDIR/tools/runner/runner $WEAVE_ROOT/tools/runner test: override: