Skip to content

Commit

Permalink
ci: fix URL for submodule as relative
Browse files Browse the repository at this point in the history
Use relative path for repositories to reuse main project protocol
for clonning.
  • Loading branch information
dmyger committed Jan 16, 2025
1 parent ea54ff6 commit 9d0349a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[submodule "third_party/luarocks"]
path = cli/rocks/third_party/luarocks
url = https://github.com/tarantool/luarocks.git
url = ../luarocks.git
branch = luarocks-3.9.2-tarantool
ignore = dirty
[submodule "third_party/cartridge-cli"]
path = cli/cartridge/third_party/cartridge-cli
url = https://github.com/tarantool/cartridge-cli.git
url = ../cartridge-cli.git
ignore = dirty
[submodule "cli/aeon/protos"]
path = cli/aeon/protos
url = [email protected]:tarantool/aeon-api-protos.git
url = ../aeon-api-protos.git
branch = master

0 comments on commit 9d0349a

Please sign in to comment.