Use https for submodules so non-authenticated uses can still checkout code (#8190)
This commit is contained in:
parent
6529c1d7ae
commit
20545dd611
|
|
@ -9,4 +9,4 @@
|
|||
url = https://github.com/apache/skywalking-rocketbot-ui.git
|
||||
[submodule "test/e2e-v2/java-test-service/e2e-protocol/src/main/proto"]
|
||||
path = test/e2e-v2/java-test-service/e2e-protocol/src/main/proto
|
||||
url = git@github.com:apache/skywalking-data-collect-protocol.git
|
||||
url = https://github.com/apache/skywalking-data-collect-protocol.git
|
||||
|
|
|
|||
Loading…
Reference in New Issue