Skip to content

Commit 7fbc041

Browse files
Merge pull request #5626 from djoshy/ami-script-fix
NO-ISSUE: Fix-up AMI update script to work from CI image
2 parents c092d91 + b138090 commit 7fbc041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/update_amis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def main():
238238
log_info("Walking through entire git history to collect all AMIs...")
239239

240240
# Create temporary directory and clone with filter
241-
with tempfile.TemporaryDirectory(ignore_cleanup_errors=True) as temp_dir:
241+
with tempfile.TemporaryDirectory() as temp_dir:
242242
repo_path = Path(temp_dir)
243243

244244
log_info(f"Cloning repository with full history for {FILE_PATH}...")

0 commit comments

Comments
 (0)