Skip to content

Commit

Permalink
prod_deploy fix unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
vladsavelyev committed Feb 26, 2021
1 parent ad3b96e commit 127237c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ async def prod_deploy(request, unused_userdata):
0, FQBranch.from_short_str('populationgenomics/hail:main'), True
)
watched_branch.sha = 'HEAD'
await watched_branch._start_deploy(request.app['batch_client'], steps)
await watched_branch._start_deploy(app['batch_client'], steps)

batch_id = watched_branch.deploy_batch.id
url = deploy_config.external_url('ci', f'/batches/{batch_id}')
Expand Down

0 comments on commit 127237c

Please sign in to comment.