mirror of https://github.com/samply/bridgehead.git
feat: enable exporter and teiler module in bbmri
This commit is contained in:
parent
7aaee5e7d5
commit
a899588f15
|
@ -13,6 +13,13 @@ do
|
||||||
source $module
|
source $module
|
||||||
done
|
done
|
||||||
|
|
||||||
|
log DEBUG "sourcing ccp/modules/exporter-setup.sh"
|
||||||
|
source ccp/modules/exporter-setup.sh
|
||||||
|
|
||||||
|
log DEBUG "sourcing ccp/modules/teiler-setup.sh"
|
||||||
|
source ccp/modules/teiler-setup.sh
|
||||||
|
|
||||||
|
|
||||||
SUPPORT_EMAIL=$ERIC_SUPPORT_EMAIL
|
SUPPORT_EMAIL=$ERIC_SUPPORT_EMAIL
|
||||||
BROKER_URL_FOR_PREREQ="${ERIC_BROKER_URL:-$GBN_BROKER_URL}"
|
BROKER_URL_FOR_PREREQ="${ERIC_BROKER_URL:-$GBN_BROKER_URL}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue