From b8f88509e919649bbfd7325784df3c0bb94365b5 Mon Sep 17 00:00:00 2001 From: Michelle Weidling <weidling@sub.uni-goettingen.de> Date: Mon, 13 Mar 2023 12:34:58 +0100 Subject: [PATCH] chore: remove submodules on host --- .gitignore | 3 +-- .gitmodules | 6 ------ docker-compose.yml | 2 -- 3 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitignore b/.gitignore index 5543b09..0f424ed 100644 --- a/.gitignore +++ b/.gitignore @@ -7,5 +7,4 @@ work/ workflows/nf-results/* workflows/results workflows/ocrd-workflows/*.nf -models -submodules/* \ No newline at end of file +models \ No newline at end of file diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 25128fb..0000000 --- a/.gitmodules +++ /dev/null @@ -1,6 +0,0 @@ -[submodule "submodules/quiver-data"] - path = submodules/quiver-data - url = https://github.com/OCR-D/quiver-data.git -[submodule "submodules/oton"] - path = submodules/oton - url = https://github.com/MehmedGIT/OtoN_Converter diff --git a/docker-compose.yml b/docker-compose.yml index e16d813..033ecd2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,8 +7,6 @@ services: dockerfile: Dockerfile working_dir: /app volumes: - - ./submodules/quiver-data:/app/submodules/quiver-data - - ./submodules/oton:/app/submodules/oton - ./models:/usr/local/share/ocrd-resources/ - ./data:/app/data - ./workflows:/app/workflows \ No newline at end of file -- GitLab