mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
Fix variable scope in redeployer
This commit is contained in:
parent
0718d438b8
commit
77dff119db
@ -115,8 +115,8 @@ def on_receive_buildkite_poke():
|
||||
artifacts_resp.raise_for_status()
|
||||
artifacts_array = artifacts_resp.json()
|
||||
|
||||
artifact_to_deploy = None
|
||||
for artifact in artifacts_array:
|
||||
artifact_to_deploy = None
|
||||
if re.match(r"dist/.*.tar.gz", artifact['path']):
|
||||
artifact_to_deploy = artifact
|
||||
if artifact_to_deploy is None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user