deps: Update the submodules urls to use https
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Sameer Rahmani 2023-02-03 18:18:53 +00:00
parent 0002272335
commit d19929aa50
Signed by: lxsameer
GPG Key ID: B0A4AF28AB9FD90B
2 changed files with 4 additions and 4 deletions

6
.gitmodules vendored
View File

@ -1,10 +1,10 @@
[submodule "deps/llvm-project"]
path = deps/llvm-project
url = git@github.com:llvm/llvm-project.git
url = https://github.com/llvm/llvm-project.git
[submodule "deps/bdwgc"]
path = deps/bdwgc
url = git@github.com:ivmai/bdwgc.git
url = https://github.com/ivmai/bdwgc.git
branch = release-8_2
[submodule "deps/include-what-you-use"]
path = deps/include-what-you-use
url = git@github.com:include-what-you-use/include-what-you-use.git
url = https://github.com/include-what-you-use/include-what-you-use.git

View File

@ -3,7 +3,7 @@ clone:
image: woodpeckerci/plugin-git
settings:
depth: 1
submodule_overrides: true
pipeline:
Prepare: