hotfix: add kr to projects

This commit is contained in:
p.delpy@dkfz-heidelberg.de
2024-09-04 10:02:19 +02:00
parent 4fd13b5e3c
commit a839996788
5 changed files with 17 additions and 11 deletions

View File

@ -54,7 +54,7 @@ checkOwner(){
printUsage() {
echo "Usage: bridgehead start|stop|logs|docker-logs|is-running|update|install|uninstall|adduser|enroll PROJECTNAME"
echo "PROJECTNAME should be one of ccp|bbmri|cce|itcc"
echo "PROJECTNAME should be one of ccp|bbmri|cce|itcc|kr"
}
checkRequirements() {

View File

@ -58,6 +58,9 @@ case "$PROJECT" in
itcc)
site_configuration_repository_middle="git.verbis.dkfz.de/itcc-sites/"
;;
kr)
site_configuration_repository_middle="git.verbis.dkfz.de/krebsregister-sites/"
;;
minimal)
site_configuration_repository_middle="git.verbis.dkfz.de/minimal-bridgehead-configs/"
;;