From 45119487d6134a24e8740677b764c4fe9f58f1cc Mon Sep 17 00:00:00 2001 From: "Vinicius C." Date: Mon, 28 Oct 2024 17:08:36 +0000 Subject: [PATCH] Fix example demo-context (#743) * exclude catalog from atmos.yaml * ignore top level path --- examples/demo-context/atmos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/demo-context/atmos.yaml b/examples/demo-context/atmos.yaml index 5a1bb7487..c4b245060 100644 --- a/examples/demo-context/atmos.yaml +++ b/examples/demo-context/atmos.yaml @@ -23,7 +23,7 @@ components: stacks: base_path: "stacks" included_paths: - - "**/*" + - "deploy/**/*" excluded_paths: - "**/_defaults.yaml"