refactor: put all modules in a common directory to remove redundancy

This commit is contained in:
p.delpy@dkfz-heidelberg.de
2024-09-13 08:17:12 +02:00
parent 65359c2ee6
commit e740c0410e
50 changed files with 37 additions and 330 deletions

View File

@ -20,7 +20,7 @@ OIDC_GROUP_CLAIM="groups"
POSTGRES_TAG=15.6-alpine
for module in $PROJECT/modules/*.sh
for module in common/*.sh
do
log DEBUG "sourcing $module"
source $module