Skip to content
Snippets Groups Projects
Commit 69150fcf authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: default to epic and define repository url

parent b6dd3063
Branches
No related tags found
1 merge request!56fix: default to epic and define repository url
......@@ -44,7 +44,7 @@ fi
## Detector package to be used during the benchmark process
if [ ! -n "${DETECTOR}" ] ; then
export DETECTOR="ecce"
export DETECTOR="epic"
fi
if [ ! -n "${DETECTOR_CONFIG}" ] ; then
......@@ -55,6 +55,9 @@ if [ ! -n "${DETECTOR_VERSION}" ] ; then
export DETECTOR_VERSION="main"
fi
if [ ! -n "${DETECTOR_REPOSITORYURL}" ] ; then
export DETECTOR_REPOSITORYURL="https://github.com/eic/${DETECTOR}.git"
fi
## Number of events that will be processed by the reconstruction
if [ ! -n "${JUGGLER_N_EVENTS}" ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment