From 0570c6bf8fd2833356c59e4034dc6f935f939579 Mon Sep 17 00:00:00 2001 From: fbt Date: Mon, 1 Mar 2021 08:42:34 +0300 Subject: [PATCH] will have to do cleanup externally Signed-off-by: fbt --- makepkg-podman | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makepkg-podman b/makepkg-podman index 6458a2b..0e4243d 100755 --- a/makepkg-podman +++ b/makepkg-podman @@ -24,5 +24,5 @@ for i in "${artifacts[@]}"; do done # cleanup -podman rmi "$did" -rm -rf "/tmp/$did" +#podman rmi "$did" +#rm -rf "/tmp/$did"