Disable bs on this branch

This commit is contained in:
Chi Vinh Le
2017-11-10 20:59:01 +01:00
parent 819b1c597c
commit 789fb3dfce
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
REPORTS_FOLDER=${CIRCLE_TEST_REPORTS:-./test/e2e/reports}
CIRCLE_BRANCH=${CIRCLE_BRANCH_XX:-master}
CIRCLE_BRANCH=${CIRCLE_BRANCH:-master}
# Amount of retries before failure.
E2E_MAX_RETRIES=${E2E_MAX_RETRIES:-1}