mirror of https://github.com/samply/bridgehead.git
support minimal project in system preparation
This commit is contained in:
parent
3e1659a38d
commit
d87745443e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue