Skip to content

Commit 75eec15

Browse files
committed
pin git submodule using https protocol
Using git/ssh protocl for submodule repo prevents us from pulling connectorx as a cargo dependency by a specific git commit.
1 parent 8f72405 commit 75eec15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.gitmodules

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "federated-query"]
22
path = federated-query
3-
url = [email protected]:sfu-db/federated-query.git
3+
url = https://github.com/sfu-db/federated-query.git
4+
branch = main

0 commit comments

Comments
 (0)