Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add exporter and teiler to eric #243

Draft
wants to merge 10 commits into
base: develop
Choose a base branch
from
Next Next commit
feat: enable exporter and teiler module in bbmri
  • Loading branch information
torbrenner committed Oct 17, 2024
commit a899588f15c4aba043e418be0cfe792d2ae5bb25
7 changes: 7 additions & 0 deletions bbmri/vars
Original file line number Diff line number Diff line change
@@ -13,6 +13,13 @@ do
source $module
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
BROKER_URL_FOR_PREREQ="${ERIC_BROKER_URL:-$GBN_BROKER_URL}"