From 8e2f9a323470aa9a93c9c8c09f02b2316fef9e59 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 24 Sep 2024 16:30:55 +0200 Subject: [PATCH] add docker-django-scripts submodule --- .gitmodules | 3 +++ bin | 1 + 2 files changed, 4 insertions(+) create mode 160000 bin diff --git a/.gitmodules b/.gitmodules index bed1cb9b..486df841 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "lib/pdfannotator"] path = lib/pdfannotator url = https://git.pilotsystems.net/probarreau/pdfannotator.git +[submodule "bin"] + path = bin + url = git@git.parisson.com:git/docker-django-scripts.git diff --git a/bin b/bin new file mode 160000 index 00000000..62fdd5c5 --- /dev/null +++ b/bin @@ -0,0 +1 @@ +Subproject commit 62fdd5c5d1d10ab28112afdf57672cfe7571f87e -- 2.39.5