Added snap

This commit is contained in:
Patrick Skowronek
2023-02-23 14:25:39 +01:00
parent eb37d16b84
commit 052f6f1239
4 changed files with 89 additions and 0 deletions

View File

@ -36,6 +36,9 @@ case "$PROJECT" in
bbmri)
site_configuration_repository_middle="git.verbis.dkfz.de/bbmri-bridgehead-configs/"
;;
snap)
site_configuration_repository_middle="git.verbis.dkfz.de/bridgehead-configurations/bridgehead-config-"
;;
*)
log ERROR "Internal error, this should not happen."
exit 1