The OpenAPI schemas are used by the projects
- idmsvc-backend
- idmsvc-frontend
- ipa-hcc
Add submodule to a repository (replace PATH)
git submodule add https://github.com/podengo-project/idmsvc-api.git apiUpdate remote changes of a submodule
git submodule update --remotethen commit the changes. You can manually pull and checkout a revision to update a submodule to a specific version.
Clone a repository with submodules
git clone --recurse-submodulesInitialize, fetch, and update submodules of an existing checkout
git submodule update --initSet the environment variable GIT_SUBMODULE_STRATEGY=normal, e.g. in CI/CD
variables in the settings menu, see
CI docs.
Please read our CONTRIBUTING.md guidelines.