mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
Wait for testdroid tests on forks
This commit is contained in:
parent
54108647b3
commit
a948f765f3
@ -5,12 +5,8 @@ import sys
|
|||||||
import os
|
import os
|
||||||
PROJECT_ID = 116910522
|
PROJECT_ID = 116910522
|
||||||
|
|
||||||
if os.environ.get('BITBAR_API_KEY') == None:
|
print "Running tests"
|
||||||
print "Tests could not run on insecure fork"
|
sys.stdout.flush()
|
||||||
sys.exit(0)
|
|
||||||
else:
|
|
||||||
print "Running tests"
|
|
||||||
sys.stdout.flush()
|
|
||||||
|
|
||||||
runID = os.environ['TRAVIS_BUILD_NUMBER']
|
runID = os.environ['TRAVIS_BUILD_NUMBER']
|
||||||
apiKey = os.environ['BITBAR_API_KEY']
|
apiKey = os.environ['BITBAR_API_KEY']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user