We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f6ae6 commit 0c33d9bCopy full SHA for 0c33d9b
ci/travis_fast_finish.py
@@ -66,6 +66,7 @@ def main():
66
pr = os.environ["TRAVIS_PULL_REQUEST"]
67
pr = None if pr == "false" else int(pr)
68
build_num = int(os.environ["TRAVIS_BUILD_NUMBER"])
69
+
70
print("checking for fast_finish: {}-{}-{}".format(repo, pr, build_num))
71
72
return int(check_latest_pr_build(repo, pr, build_num) is False)
0 commit comments