fix vars in tree

This commit is contained in:
Louis Abel 2023-05-11 17:52:21 -07:00
parent 30a98eee7a
commit 5219e976fd
Signed by: label
GPG Key ID: B37E62D143879B36
2 changed files with 5 additions and 3 deletions

View File

@ -33,9 +33,9 @@ a = IsoBuild(
force_unpack=results.force_unpack,
force_download=results.force_download,
compose_dir_is_here=results.local_compose,
s3_region=result.s3_region,
s3_bucket=result.s3_bucket,
s3_bucket_url=result.s3_bucket_url,
s3_region=results.s3_region,
s3_bucket=results.s3_bucket,
s3_bucket_url=results.s3_bucket_url,
logger=results.logger,
)

View File

@ -369,6 +369,8 @@ class IsoBuild:
self.log
)
print(latest_artifacts)
self.log.info(Color.INFO + 'Downloading requested artifact(s)')
for arch in arches_to_unpack:
lorax_arch_dir = os.path.join(