From 625a08bd211a699a66818b37e7590f68f50a7ac9 Mon Sep 17 00:00:00 2001 From: Paul Bellamy Date: Fri, 31 Jul 2015 11:46:50 +0100 Subject: [PATCH] forgot to remove reference to gce-parameterize branch of weave --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index fc9208ceb..d8a3a8f57 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" post: - - git clone --depth 1 -b gce-parameterize https://$WEAVE_REPO.git "$WEAVE_ROOT" + - git clone --depth 1 -b master https://$WEAVE_REPO.git "$WEAVE_ROOT" - go get $WEAVE_REPO/... - cd $WEAVE_ROOT; make testing/runner/runner - sudo apt-get install jq