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

common-config.yml should not be required to be first element of VarFiles #314

Open
yngvark opened this issue Nov 15, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@yngvark
Copy link
Contributor

yngvark commented Nov 15, 2024

... for schema config and migration to work.

Description

If package.yml does this:

    - OutputFolder: app-common
      Template: app-common
      Ref: app-common-v3.1.3
      VarFiles:
        - _config/app-hello.yml
        - _config/common-config.yml

instead of this:

    - OutputFolder: app-common
      Template: app-common
      Ref: app-common-v3.1.3
      VarFiles:
        - _config/common-config.yml
        - _config/app-hello.yml

then ok thinks common-config.yml is an app config.

Figure out how to deal with this

Motivation

More robustness.f

@yngvark yngvark added the bug Something isn't working label Nov 15, 2024
@yngvark yngvark changed the title common-config should not be required to be first in list for schema config and migration to work common-config.yml should not be required to be first element of VarFiles Nov 15, 2024
@yngvark yngvark changed the title common-config.yml should not be required to be first element of VarFiles common-config.yml should not be required to be first element of VarFiles Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant