Deal with move of runner.

This commit is contained in:
Tom Wilkie
2015-11-03 14:55:20 +00:00
parent 7722b2f1dc
commit a0e2919726

View File

@@ -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