initialize develop; add itcc and cce

This commit is contained in:
p.delpy@dkfz-heidelberg.de
2024-07-25 11:55:51 +02:00
parent c3b770b70f
commit cfa85067f0
13 changed files with 274 additions and 1 deletions

View File

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