Skip to content

Commit

Permalink
test: cleanup build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Feb 6, 2024
1 parent 23f5b13 commit 73b63ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,9 @@ def del_ami():

journal_log_path.write_text(journal_output, encoding="utf8")

# try to cleanup tmp stuff
subprocess.run(["podman", "system", "prune", "--all", "--force"], check=False)

return ImageBuildResult(image_type, generated_img, username, password, journal_output, metadata)


Expand Down

0 comments on commit 73b63ed

Please sign in to comment.