change submodules to https for non-ssh pulls
This commit is contained in:
parent
0d1a2f06aa
commit
fa1f24f6bf
1
.github/workflows/build-and-push-image.yaml
vendored
1
.github/workflows/build-and-push-image.yaml
vendored
@ -15,6 +15,7 @@ on:
|
|||||||
branches: ['master'] # master branch only. Do not modify.
|
branches: ['master'] # master branch only. Do not modify.
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
- '.gitmodules'
|
||||||
- 'cloud-deployments/**/*'
|
- 'cloud-deployments/**/*'
|
||||||
- 'images/**/*'
|
- 'images/**/*'
|
||||||
- '.vscode/**/*'
|
- '.vscode/**/*'
|
||||||
|
|||||||
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,7 +1,7 @@
|
|||||||
[submodule "browser-extension"]
|
[submodule "browser-extension"]
|
||||||
path = browser-extension
|
path = browser-extension
|
||||||
url = git@github.com:Mintplex-Labs/anythingllm-extension.git
|
url = https://github.com/Mintplex-Labs/anythingllm-extension.git
|
||||||
[submodule "embed"]
|
[submodule "embed"]
|
||||||
path = embed
|
path = embed
|
||||||
url = git@github.com:Mintplex-Labs/anythingllm-embed.git
|
url = https://github.com/Mintplex-Labs/anythingllm-embed.git
|
||||||
branch = main
|
branch = main
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user