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

@ -10,7 +10,7 @@ BROKER_URL_FOR_PREREQ=$BROKER_URL
POSTGRES_TAG=15.6-alpine
for module in ccp/modules/*.sh
for module in common/*.sh
do
log DEBUG "sourcing $module"
source $module