Stabilize e2e

This commit is contained in:
Chi Vinh Le
2017-10-27 19:00:48 +02:00
parent ad4a5595f9
commit 5f5c64870a
3 changed files with 49 additions and 12 deletions
+3
View File
@@ -1,5 +1,8 @@
#!/bin/bash
CIRCLE_TEST_REPORTS=${CIRCLE_TEST_REPORTS:-./test/e2e/reports}
CIRCLE_BRANCH=${CIRCLE_BRANCH:-master}
if [[ "${CIRCLE_BRANCH}" == "master" ]]; then
exitCode=0