mirror of https://github.com/samply/bridgehead.git
7 lines
106 B
Bash
7 lines
106 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
if [ -n "$ENABLE_OVIS" ];then
|
||
|
|
||
|
OVERRIDE+=" -f ./$PROJECT/modules/ovis-compose.yml"
|
||
|
fi
|