mirror of
https://github.com/samply/bridgehead.git
synced 2025-12-09 13:44:27 +01:00
5 lines
106 B
Bash
5 lines
106 B
Bash
#!/bin/bash
|
|
|
|
if [ -n "$ENABLE_OMICS" ];then
|
|
OVERRIDE+=" -f ./$PROJECT/modules/itcc-omics-ingest.yaml"
|
|
fi |