From 0429faf65d65c0f8e1ba69576de472918d386390 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Thu, 29 Oct 2015 14:41:32 +0100 Subject: [PATCH] Fixing circleci builds Signed-off-by: Vincent Demeester --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index d46e7acdd..f58cb4992 100644 --- a/circle.yml +++ b/circle.yml @@ -6,6 +6,7 @@ machine: environment: REPO: $CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME DOCKER_HOST: tcp://172.17.42.1:2375 + MAKE_DOCKER_HOST: $DOCKER_HOST VERSION: v1.0.alpha.$CIRCLE_BUILD_NUM dependencies: @@ -19,7 +20,7 @@ dependencies: test: override: - make test-unit - - make MAKE_DOCKER_HOST=$DOCKER_HOST test-integration + - make test-integration post: - make crossbinary - make image