Skip to content

Commit

Permalink
Don't fail make clean target in case bm-dell-clean.sh failed
Browse files Browse the repository at this point in the history
  • Loading branch information
eranco74 committed Feb 24, 2021
1 parent aba1add commit cd10173
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ $(SSH_KEY_PUB_PATH): $(SSH_KEY_PRIV_PATH)
.SILENT: destroy-libvirt

clean: destroy-libvirt
$(SNO_DIR)/bm-dell-clean.sh
rm -rf $(INSTALLER_WORKDIR)
rm -rf registry-config.json
$(SNO_DIR)/bm-dell-clean.sh || true

destroy-libvirt:
echo "Destroying previous libvirt resources"
Expand Down
2 changes: 1 addition & 1 deletion bm-dell-clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -euxo pipefail

podman rm -f httpd-iso
podman rm -f httpd-iso

0 comments on commit cd10173

Please sign in to comment.