remove unused_build_id

This commit is contained in:
Erica Portnoy 2024-07-18 11:48:55 -07:00
parent 25eef6c739
commit 6b7ecdfbc8

View file

@ -61,7 +61,6 @@ def _execute_build(
# length but from a larger character set just because we can.
random_string = ''.join(random.choice(string.ascii_lowercase + string.digits)
for _ in range(32))
unused_build_id = f'snapcraft-{target}-{random_string}'
with tempfile.TemporaryDirectory() as tempdir:
environ = os.environ.copy()