feat: use project overarching vars

This commit is contained in:
Pierre Delpy
2024-10-15 10:29:13 +02:00
parent 3312ca8a64
commit 4446f9b9ac
15 changed files with 20 additions and 55 deletions

View File

@ -18,8 +18,6 @@ OIDC_URL="https://login.verbis.dkfz.de"
OIDC_ISSUER_URL="${OIDC_URL}/realms/${OIDC_REALM}"
OIDC_GROUP_CLAIM="groups"
POSTGRES_TAG=15.6-alpine
for module in $PROJECT/modules/*.sh
do
log DEBUG "sourcing $module"