Help migrating to new files directory structure
My build failed after I pushed the changes.
This is my repo https://github.com/obispobruno/ublue
GitHub
GitHub - obispobruno/ublue
Contribute to obispobruno/ublue development by creating an account on GitHub.
2 Replies
It looks like you were making changes to the
./config/recipe.yml
file and not ./recipes/recipe.yml
file. Specifically the line https://github.com/obispobruno/ublue/blob/main/recipes/recipe.yml#L11 is causing your error. I would suggest merging/overwriting your 2 recipe files into the ./recipes/recipe.yml
file. All recipes will be read from ./recipes/
since ./config/
no longer exists.GitHub
ublue/recipes/recipe.yml at main · obispobruno/ublue
Contribute to obispobruno/ublue development by creating an account on GitHub.
that was it, thanks!