Merge pull request #1258 from pypeclub/bugfix/https-schema-for-submodules

Repository: Switch from ssh to https for submodules
This commit is contained in:
Milan Kolar 2021-04-07 14:59:15 +02:00 committed by GitHub
commit 16d4e9f0c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
.gitmodules vendored
View file

@ -1,13 +1,13 @@
[submodule "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
[submodule "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"]
path = openpype/modules/ftrack/python2_vendor/ftrack-python-api
url = https://bitbucket.org/ftrack/ftrack-python-api.git
[submodule "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