From 8449d6f062171269ca9d8eadcb8d3c838faf65db Mon Sep 17 00:00:00 2001 From: phansGithub <134615109+phansGithub@users.noreply.github.com> Date: Tue, 19 Dec 2023 10:20:29 +0000 Subject: [PATCH] Fix: Removed local changes to Makefile (#80) * Removed local changes to Makefile --------- Signed-off-by: phansGithub --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 336d4180..cd727e15 100644 --- a/Makefile +++ b/Makefile @@ -85,12 +85,12 @@ podman: ## Build podman image @echo image: - # if $(MAKE) podman; then \ - # echo "Podman build succeeded"; \ - # else \ - # echo "Podman build failed, trying docker.."; \ + if $(MAKE) podman; then \ + echo "Podman build succeeded"; \ + else \ + echo "Podman build failed, trying docker.."; \ $(MAKE) docker; \ - # fi + fi undeploy: ## Undeploy the Deamonset @echo "****** Stop Daemonset ******"