From d87745443e3f7958f606903d78942583ca970d8c Mon Sep 17 00:00:00 2001 From: Tobias Kussel Date: Wed, 10 May 2023 20:15:14 +0200 Subject: [PATCH] support minimal project in system preparation --- lib/prepare-system.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/prepare-system.sh b/lib/prepare-system.sh index c0caa79..1bddf3e 100755 --- a/lib/prepare-system.sh +++ b/lib/prepare-system.sh @@ -52,6 +52,9 @@ case "$PROJECT" in bbmri) site_configuration_repository_middle="git.verbis.dkfz.de/bbmri-bridgehead-configs/" ;; + minimal) + site_configuration_repository_middle="git.verbis.dkfz.de/minimal-bridgehead-configs/" + ;; *) log ERROR "Internal error, this should not happen." exit 1