Skip to content

Commit

Permalink
Use startup
Browse files Browse the repository at this point in the history
  • Loading branch information
sfodagain committed May 21, 2024
1 parent b424777 commit fb8eb88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion samples/greengrass/basic_discovery/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ Manifests:
- URI: "file:run_in_ci.py"
- URI: "file:ci_run_discovery_cfg.json"
Lifecycle:
Run: |
Startup: |
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}
Run: |
python3 {artifacts:path}/run_in_ci.py --runnable_dir {artifacts:path} --file {artifacts:path}/ci_run_discovery_cfg.json

0 comments on commit fb8eb88

Please sign in to comment.