to squash

This commit is contained in:
Pierre Delpy
2024-10-15 10:44:14 +02:00
parent 4446f9b9ac
commit 022d6e9a72
8 changed files with 9 additions and 1 deletions

View File

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