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

component dependency #272

Open
M0roSan opened this issue Oct 29, 2021 · 0 comments
Open

component dependency #272

M0roSan opened this issue Oct 29, 2021 · 0 comments

Comments

@M0roSan
Copy link

M0roSan commented Oct 29, 2021

I want a component dependency resolution. e.g. component A is dependent on component B, B must be applied before A.
currently, it seems we can't define order of component apply. current workaround is to have multiple apply

# first apply
qbec apply -c component B
# second apply 
qbec apply -C component B
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

No branches or pull requests

1 participant