mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-16 05:41:04 +00:00
Fix run filter on Shippable downloader.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user