diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-11-23 10:19:19 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-11-23 10:20:33 +0100 |
commit | b3e66d97993318e91c0ff634fec62978f6530785 (patch) | |
tree | d3f1be83a44315588cc98bc02332beb8fcaa02c6 /.gitmodules | |
parent | f62c989e9a3dd9a25c288ecde38ad234aee63e4e (diff) | |
download | koszko-org-server-b3e66d97993318e91c0ff634fec62978f6530785.tar.gz koszko-org-server-b3e66d97993318e91c0ff634fec62978f6530785.zip |
facilitate starting a test container without using `mount` to create the host directories container expects to exist
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7216302..06004a1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "koszko-org-website"] path = subrepos/koszko-org-website url = ../koszko-org-website +[submodule "hydrilla-website"] + path = subrepos/hydrilla-website + url = ../hydrilla-website |