Skip to content

Commit

Permalink
chore(bors): merge pull request openebs#690
Browse files Browse the repository at this point in the history
690: fix: use relative url for submodule r=chriswldenyer a=chriswldenyer

Use a relative URL for importing the dependencies submodule.
The top-level part of the URL is the same between repos, so need not be duplicated,
and can be inferred from the URL of the parent repo.
Tested by building locally and via CI.

Co-authored-by: chriswldenyer <[email protected]>
  • Loading branch information
mayastor-bors and chriswldenyer committed Nov 21, 2023
2 parents 68b13b5 + f8159b8 commit f05e660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "utils/dependencies"]
path = utils/dependencies
url = https://github.com/openebs/mayastor-dependencies.git
url = ../mayastor-dependencies.git
branch = develop

0 comments on commit f05e660

Please sign in to comment.