From 45545bb103f7b26ecd73d7025f9eb7379e515816 Mon Sep 17 00:00:00 2001 From: LeCoffre Deployment Date: Sun, 21 Sep 2025 19:56:26 +0000 Subject: [PATCH] ci: docker_tag=ext Add .gitmodules for all 4NK projects - Configure all projects as Git submodules - Set branch ext for all submodules - Enable proper submodule management --- .gitmodules | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..c4d8eaa --- /dev/null +++ b/.gitmodules @@ -0,0 +1,44 @@ +[submodule "lecoffre_node"] + path = lecoffre_node + url = git@git.4nkweb.com:4nk/lecoffre_node.git + branch = ext +[submodule "sdk_relay"] + path = sdk_relay + url = git@git.4nkweb.com:4nk/sdk_relay.git + branch = ext +[submodule "sdk_signer"] + path = sdk_signer + url = git@git.4nkweb.com:4nk/sdk_signer.git + branch = ext +[submodule "sdk_storage"] + path = sdk_storage + url = git@git.4nkweb.com:4nk/sdk_storage.git + branch = ext +[submodule "sdk_client"] + path = sdk_client + url = git@git.4nkweb.com:4nk/sdk_client.git + branch = ext +[submodule "sdk_common"] + path = sdk_common + url = git@git.4nkweb.com:4nk/sdk_common.git + branch = ext +[submodule "sdk-signer-client"] + path = sdk-signer-client + url = git@git.4nkweb.com:4nk/sdk-signer-client.git + branch = ext +[submodule "ihm_client"] + path = ihm_client + url = git@git.4nkweb.com:4nk/ihm_client.git + branch = ext +[submodule "lecoffre-back-mini"] + path = lecoffre-back-mini + url = git@git.4nkweb.com:4nk/lecoffre-back-mini.git + branch = ext +[submodule "lecoffre-front"] + path = lecoffre-front + url = git@git.4nkweb.com:4nk/lecoffre-front.git + branch = ext +[submodule "doc_api"] + path = doc_api + url = git@git.4nkweb.com:4nk/doc_api.git + branch = ext