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 65961f6bdf
commit e9b27c4368
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