mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 08:00:16 +02:00
make ID Management skippable for MTBA
This commit is contained in:
@ -15,10 +15,10 @@ function mtbaSetup() {
|
||||
# TODO: Check if ID-Management Module is activated!
|
||||
if [ -n "$ENABLE_MTBA" ];then
|
||||
log INFO "MTBA setup detected -- will start MTBA Service and CBioPortal."
|
||||
if [ ! -n "$IDMANAGER_UPLOAD_APIKEY" ]; then
|
||||
log ERROR "Detected MTBA Module configuration but ID-Management Module seems not to be configured!"
|
||||
exit 1;
|
||||
fi
|
||||
# if [ ! -n "$IDMANAGER_UPLOAD_APIKEY" ]; then
|
||||
# log ERROR "Detected MTBA Module configuration but ID-Management Module seems not to be configured!"
|
||||
# exit 1;
|
||||
# fi
|
||||
OVERRIDE+=" -f ./$PROJECT/mtba-compose.yml"
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user