You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... the documentation does not mention anything about my problem
... there are no open or closed issues that are related to my problem
Description
When using the include directory to include into a.yml file b.yml and then to include into b.yml file c.yml, the context for c.yml is not calculated relative to c.yml directory but to b.yml creating a non-existing path.
Contributing guidelines
I've found a bug and checked that ...
Description
When using the include directory to include into a.yml file b.yml and then to include into b.yml file c.yml, the context for c.yml is not calculated relative to c.yml directory but to b.yml creating a non-existing path.
Expected behaviour
Trying to build with bake should work.
Actual behaviour
The error is clear, context for service "c" is being computed as "b/c", which is a non-existent path. It should be "c" instead.
Builders list
Configuration
See the fields above with full reproduction.
Build logs
Additional info
No response
The text was updated successfully, but these errors were encountered: