mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Add print to delete_old_binaries.py
This commit is contained in:
@@ -12,6 +12,7 @@ def main():
|
|||||||
print(f"Looking for binaries to delete older than {days_to_keep} days")
|
print(f"Looking for binaries to delete older than {days_to_keep} days")
|
||||||
|
|
||||||
files_lines = execute_cli(f"b2 ls --long --versions {bucket} nightly").split("\n")
|
files_lines = execute_cli(f"b2 ls --long --versions {bucket} nightly").split("\n")
|
||||||
|
print(files_lines)
|
||||||
for x in files_lines:
|
for x in files_lines:
|
||||||
parts = [y for y in x.split(' ') if y]
|
parts = [y for y in x.split(' ') if y]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user