Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Fix: Removed local changes to Makefile (#80)
Browse files Browse the repository at this point in the history
* Removed local changes to Makefile

---------

Signed-off-by: phansGithub <prabuddha.hans@intel.com>
  • Loading branch information
phansGithub committed Dec 19, 2023
1 parent 7667e51 commit 8449d6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ******"
Expand Down

0 comments on commit 8449d6f

Please sign in to comment.