From bcf83703597cdefb041ef1cb893b241360600da3 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 10 Nov 2017 10:04:22 +0100 Subject: [PATCH] Temporarily enable bs testing on this branch --- scripts/e2e-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/e2e-ci.sh b/scripts/e2e-ci.sh index e72d1a6ce..ffd17da40 100755 --- a/scripts/e2e-ci.sh +++ b/scripts/e2e-ci.sh @@ -1,7 +1,7 @@ #!/bin/bash CIRCLE_TEST_REPORTS=${CIRCLE_TEST_REPORTS:-./test/e2e/reports} -CIRCLE_BRANCH=${CIRCLE_BRANCH:-master} +CIRCLE_BRANCH=${CIRCLE_BRANCH_XX:-master} # Amount of retries before failure. E2E_MAX_RETRIES=${E2E_MAX_RETRIES:-1}