Skip to content

Commit

Permalink
tcdownload: returns 1 if No complete TaskCluster runs found for ref (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
psaavedra authored and foolip committed Sep 21, 2019
1 parent 64160ed commit ad8bc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci/tcdownload.py
Expand Up @@ -71,7 +71,7 @@ def run(*args, **kwargs):

if not taskgroups:
logger.error("No complete TaskCluster runs found for ref %s" % kwargs["ref"])
return
return 1

for taskgroup in taskgroups:
taskgroup_url = "https://queue.taskcluster.net/v1/task-group/%s/list"
Expand Down

0 comments on commit ad8bc5b

Please sign in to comment.