Merge pull request #15334 from resynth1943/patch-12
Update Riot -> Element in redeploy.pypull/15336/head
commit
8414dbdb99
|
@ -191,7 +191,7 @@ def deploy_tarball(artifact, build_dir):
|
|||
|
||||
# Download the tarball here as buildkite needs auth to do this
|
||||
# we don't pgp-sign buildkite artifacts, relying on HTTPS and buildkite
|
||||
# not being evil. If that's not good enough for you, don't use riot.im/develop.
|
||||
# not being evil. If that's not good enough for you, don't use develop.element.io.
|
||||
resp = requests.get(artifact['download_url'], stream=True, headers=req_headers())
|
||||
resp.raise_for_status()
|
||||
with open(artifact['filename'], 'wb') as ofp:
|
||||
|
|
Loading…
Reference in New Issue