feature: enable pscc bh within cce project

This commit is contained in:
p.delpy@dkfz-heidelberg.de
2025-06-02 10:23:01 +02:00
parent 0559fb018f
commit 8b093f11b7
3 changed files with 73 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#!/bin/bash
if [ -n "$ENABLE_PSCC" ];then
OVERRIDE+=" -f ./$PROJECT/modules/pscc-compose.yml"
fi