We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened?
What did you expect to happen instead? I expected devspace2.yaml to be used
How can we reproduce the bug? (as minimally and precisely as possible)
My devspace.yaml:
version: v2beta1 name: app1 vars: service_name: ${DEPLOY_NAME} MYSQL_HOST: mysql MYSQL_DATABASE: ${DEVSPACE_NAME}_development MYSQL_PASSWORD: password MYSQL_USER: root imports: - git: <REPO> subPath: devspace/app branch: main dependencies: app-dep1: git: <REPO> branch: feature/devspace app-dep2: git: <REPO> branch: master
Local Environment:
Anything else we need to know?
The text was updated successfully, but these errors were encountered:
This isn't a bug but expected behavior when using git based dependencies. Why can't you use path based dependencies for your scenario?
Sorry, something went wrong.
No branches or pull requests
What happened?
What did you expect to happen instead?
I expected devspace2.yaml to be used
How can we reproduce the bug? (as minimally and precisely as possible)
My devspace.yaml:
Local Environment:
Anything else we need to know?
The text was updated successfully, but these errors were encountered: