Skip to content

Commit b268216

Browse files
committed
debug
1 parent 104b7ea commit b268216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gardenlinux/github/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def download_metadata_file(s3_artifacts, cname, version, commitish_short, artifa
484484
"""
485485
Download metadata file (s3_metadata.yaml)
486486
"""
487-
print(f'YTDBG // {s3_artifacts=} | {cname=} | {artifacts_dir=}')
487+
print(f'YTDBG // {s3_artifacts=} | {cname=} | {version=} | {commitish_short=} | {artifacts_dir=}')
488488
_release_objects = s3_artifacts._bucket.objects.filter(Prefix=f"meta/singles/{cname}-{version}-{commitish_short}")
489489
for o in _release_objects:
490490
print(f'YTDBG // {o.bucket_name=} | {o.key=}')

0 commit comments

Comments
 (0)