Fix run filter on Shippable downloader.

pull/24713/head
Matt Clay 9 years ago
parent 05d8b64cc9
commit 6e160650e9

@ -138,7 +138,7 @@ def main():
project_id = response.json()[0]['id']
url = 'https://api.shippable.com/runs?projectIds=%s' % project_id
url = 'https://api.shippable.com/runs?projectIds=%s&runNumbers=%s' % (project_id, run_number)
response = requests.get(url, headers=headers)

Loading…
Cancel
Save