mirror of
https://github.com/samply/bridgehead.git
synced 2025-11-06 13:40:36 +01:00
* add pscc and prepare lens2 deployment --------- Co-authored-by: p.delpy@dkfz-heidelberg.de <p.delpy@dkfz-heidelberg.de> Co-authored-by: Jan <59206115+Threated@users.noreply.github.com>
5 lines
99 B
Bash
5 lines
99 B
Bash
#!/bin/bash
|
|
|
|
if [ -n "$ENABLE_LENS" ];then
|
|
OVERRIDE+=" -f ./$PROJECT/modules/lens-compose.yml"
|
|
fi |