mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Merge pull request #1258 from pypeclub/bugfix/https-schema-for-submodules
Repository: Switch from ssh to https for submodules
This commit is contained in:
commit
16d4e9f0c7
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -1,13 +1,13 @@
|
||||||
[submodule "repos/avalon-core"]
|
[submodule "repos/avalon-core"]
|
||||||
path = repos/avalon-core
|
path = repos/avalon-core
|
||||||
url = git@github.com:pypeclub/avalon-core.git
|
url = https://github.com/pypeclub/avalon-core.git
|
||||||
branch = develop
|
branch = develop
|
||||||
[submodule "repos/avalon-unreal-integration"]
|
[submodule "repos/avalon-unreal-integration"]
|
||||||
path = repos/avalon-unreal-integration
|
path = repos/avalon-unreal-integration
|
||||||
url = git@github.com:pypeclub/avalon-unreal-integration.git
|
url = https://github.com/pypeclub/avalon-unreal-integration.git
|
||||||
[submodule "openpype/modules/ftrack/python2_vendor/ftrack-python-api"]
|
[submodule "openpype/modules/ftrack/python2_vendor/ftrack-python-api"]
|
||||||
path = openpype/modules/ftrack/python2_vendor/ftrack-python-api
|
path = openpype/modules/ftrack/python2_vendor/ftrack-python-api
|
||||||
url = https://bitbucket.org/ftrack/ftrack-python-api.git
|
url = https://bitbucket.org/ftrack/ftrack-python-api.git
|
||||||
[submodule "openpype/modules/ftrack/python2_vendor/arrow"]
|
[submodule "openpype/modules/ftrack/python2_vendor/arrow"]
|
||||||
path = openpype/modules/ftrack/python2_vendor/arrow
|
path = openpype/modules/ftrack/python2_vendor/arrow
|
||||||
url = git@github.com:arrow-py/arrow.git
|
url = https://github.com/arrow-py/arrow.git
|
||||||
Loading…
Add table
Add a link
Reference in a new issue