I've been refactoring my repo based on the recent change to files/. When I try testing my new setup in Bluebuild CLI, I get hit with the error message:
WARN => Use of ./config for recipes is deprecated, please move your recipe files to ./recipesERROR => Failed to open ./config/recipe-common.yml
WARN => Use of ./config for recipes is deprecated, please move your recipe files to ./recipesERROR => Failed to open ./config/recipe-common.yml
This is obviously coming from my main recipe's use of the
- from-file: recipe-common.yml
- from-file: recipe-common.yml
but I never changed this syntax. Is this something I missed from the migration?