From a948f765f398280988c24968b00ad8c682bf8839 Mon Sep 17 00:00:00 2001 From: mhutti1 Date: Fri, 22 Feb 2019 00:15:46 +0000 Subject: [PATCH] Wait for testdroid tests on forks --- testdroid.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/testdroid.py b/testdroid.py index ac27c0375..8dff64bd3 100755 --- a/testdroid.py +++ b/testdroid.py @@ -5,12 +5,8 @@ import sys import os PROJECT_ID = 116910522 -if os.environ.get('BITBAR_API_KEY') == None: - print "Tests could not run on insecure fork" - sys.exit(0) -else: - print "Running tests" - sys.stdout.flush() +print "Running tests" +sys.stdout.flush() runID = os.environ['TRAVIS_BUILD_NUMBER'] apiKey = os.environ['BITBAR_API_KEY']