From 3dc240120e19514b6b904ae027e8a6fdb786e1f5 Mon Sep 17 00:00:00 2001 From: Giulio Frasca Date: Tue, 14 Jan 2025 16:29:59 -0500 Subject: [PATCH] WIP: Do not merge, testing CI --- Makefile | 2 ++ foo | 0 2 files changed, 2 insertions(+) create mode 100644 foo diff --git a/Makefile b/Makefile index 67cb33988..91a2f4b6e 100644 --- a/Makefile +++ b/Makefile @@ -279,3 +279,5 @@ catalog-build: opm ## Build a catalog image. .PHONY: catalog-push catalog-push: ## Push a catalog image. $(MAKE) podman-push IMG=$(CATALOG_IMG) + +# FOO JUST ADDING THIS TO TRIGGER KIND CI diff --git a/foo b/foo new file mode 100644 index 000000000..e69de29bb