Use https for submodules so non-authenticated uses can still checkout code (#8190)

This commit is contained in:
ken-duck 2021-11-26 15:56:23 -04:00 committed by GitHub
parent 6529c1d7ae
commit 20545dd611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
.gitmodules vendored
View File

@ -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