mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 21:50:14 +02:00
feature: enable pscc bh within cce project
This commit is contained in:
5
cce/modules/pscc-setup.sh
Normal file
5
cce/modules/pscc-setup.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -n "$ENABLE_PSCC" ];then
|
||||
OVERRIDE+=" -f ./$PROJECT/modules/pscc-compose.yml"
|
||||
fi
|
Reference in New Issue
Block a user