Describe the bug
I have a component with no artifacts, just a recipe. When I use gdk component publish, the command fails saying
[Errno 2] No such file or directory: '/Users/xxx/Projects/comp/greengrass-build/recipes/recipe.yaml'
To Reproduce
Steps to reproduce the behavior. If possible, provide a minimal amount of code that causes the bug.
Create a compoent with only a recipe, no artifacts. In the gdk-config.json file, provide a noop custom build command (eg date) so the gdk component build succeeds.
Call gdk component publish
Expected behavior
A clear and concise description of what you expected to happen.
Component is successfully published
Actual behavior
Tell us what actually happened.
Error
[Errno 2] No such file or directory: '/Users/xxx/Projects/comp/greengrass-build/recipes/recipe.yaml'
Environment
- OS: [e.g. Ubuntu 20.04] (If possible, provide output of
uname -a)
- JDK version:
- Nucleus version:
Additional context
Add any other context about the problem here.
E.g. what is the impact of the bug?
Describe the bug
I have a component with no artifacts, just a recipe. When I use
gdk component publish, the command fails sayingTo Reproduce
Steps to reproduce the behavior. If possible, provide a minimal amount of code that causes the bug.
Create a compoent with only a recipe, no artifacts. In the
gdk-config.jsonfile, provide a noop custom build command (egdate) so thegdk component buildsucceeds.Call
gdk component publishExpected behavior
A clear and concise description of what you expected to happen.
Component is successfully published
Actual behavior
Tell us what actually happened.
Error
Environment
uname -a)Additional context
Add any other context about the problem here.
E.g. what is the impact of the bug?