We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e10aba commit 7c011ffCopy full SHA for 7c011ff
ci/travis_fast_finish.py
@@ -52,6 +52,7 @@ def check_latest_pr_build(repo, pr, build_num):
52
print("build_num: {}".format(build_num))
53
print("pr_build_nums: {}".format(','.join([str(n) for n in pr_build_nums])))
54
55
+
56
# Check if our build number is the latest (largest)
57
# out of all of the builds for this PR.
58
if build_num < max(pr_build_nums):
0 commit comments