From 2522862fcc6fd4568f9a3326421f913645390c42 Mon Sep 17 00:00:00 2001 From: Igor Abdrakhimov Date: Tue, 21 May 2024 16:55:57 -0700 Subject: [PATCH] fixup --- samples/greengrass/basic_discovery/recipe.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/greengrass/basic_discovery/recipe.yaml b/samples/greengrass/basic_discovery/recipe.yaml index 1616c6dc4..37cd26552 100644 --- a/samples/greengrass/basic_discovery/recipe.yaml +++ b/samples/greengrass/basic_discovery/recipe.yaml @@ -27,7 +27,7 @@ Manifests: - URI: "file:run_in_ci.py" - URI: "file:ci_run_discovery_cfg.json" Lifecycle: - Startup: | + Install: | echo "GG core:" {iot:thingName} aws greengrassv2 batch-associate-client-device-with-core-device --core-device-thing-name {iot:thingName} --entries thingName=CI_PubSub_Thing aws greengrassv2 list-client-devices-associated-with-core-device --core-device-thing-name {iot:thingName}