Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Local Dependency Failure if no "real" hierarchy #388

Closed
rawkode opened this issue Dec 29, 2023 · 0 comments · Fixed by #389
Closed

Bug: Local Dependency Failure if no "real" hierarchy #388

rawkode opened this issue Dec 29, 2023 · 0 comments · Fixed by #389

Comments

@rawkode
Copy link
Member

rawkode commented Dec 29, 2023

Description
When you use:

depends:
- ./a

and this lives inside:

- some/main.yaml

The dependency fails to resolve, because we assume there's some hierarchy and split the manifest name on ".", which doesn't exist for main.yaml manifests within a single level of the root.

Steps to reproduce
Step by step explanation. Please add the output of with -vvv flag enabled (be careful not to include any secrets from your config).

Expected behaviour
What the expected behaviour in your opinion.

Environment

  • OS
  • Version: comtrya --version

Additional information
Add more context which didn't fit in the fields above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant