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