Skip to content

Commit

Permalink
change path in .gitmodule + remove branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesfize committed Mar 14, 2024
1 parent 45fec53 commit a62750d
Showing 1 changed file with 8 additions and 16 deletions.
24 changes: 8 additions & 16 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,32 +1,24 @@
[submodule "backend/dependencies/UsersHub-authentification-module"]
path = backend/dependencies/UsersHub-authentification-module
url = https://github.com/PnX-SI/UsersHub-authentification-module
branch = develop
url = ../UsersHub-authentification-module.git
[submodule "backend/dependencies/Nomenclature-api-module"]
path = backend/dependencies/Nomenclature-api-module
url = https://github.com/PnX-SI/Nomenclature-api-module
branch = develop
url = ../Nomenclature-api-module.git
[submodule "backend/dependencies/Habref-api-module"]
path = backend/dependencies/Habref-api-module
url = https://github.com/PnX-SI/Habref-api-module
branch = develop
url = ../Habref-api-module.git
[submodule "backend/dependencies/Utils-Flask-SQLAlchemy"]
path = backend/dependencies/Utils-Flask-SQLAlchemy
url = https://github.com/PnX-SI/Utils-Flask-SQLAlchemy
branch = develop
url = ../Utils-Flask-SQLAlchemy.git
[submodule "backend/dependencies/TaxHub"]
path = backend/dependencies/TaxHub
url = https://github.com/PnX-SI/TaxHub
branch = develop
url = ../TaxHub.git
[submodule "backend/dependencies/Utils-Flask-SQLAlchemy-Geo"]
path = backend/dependencies/Utils-Flask-SQLAlchemy-Geo
url = https://github.com/PnX-SI/Utils-Flask-SQLAlchemy-Geo
branch = develop
url = ../Utils-Flask-SQLAlchemy-Geo.git
[submodule "backend/dependencies/RefGeo"]
path = backend/dependencies/RefGeo
url = https://github.com/PnX-SI/RefGeo.git
branch = develop
url = ../RefGeo.git
[submodule "backend/dependencies/UsersHub"]
path = backend/dependencies/UsersHub
url = https://github.com/PnX-SI/UsersHub
branch = develop
url = ../UsersHub.git

0 comments on commit a62750d

Please sign in to comment.