-
I need some recent changes, so I'm use git path as a dependency, but I got some error..... config: ...
drift:
git:
url: https://github.com/simolus3/moor.git
ref: develop
path: drift
...
drift_dev:
git:
url: https://github.com/simolus3/moor.git
ref: develop
path: drift_dev
... log:
|
Beta Was this translation helpful? Give feedback.
Answered by
simolus3
Nov 2, 2021
Replies: 1 comment 1 reply
-
This is expected and not something I can reasonably change. You could use dependency_overrides:
drift:
git:
url: https://github.com/simolus3/moor.git
ref: develop
path: drift
...
drift_dev:
git:
url: https://github.com/simolus3/moor.git
ref: develop
path: drift_dev |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
simolus3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is expected and not something I can reasonably change. You could use
dependency_overrides
instead: