Skip to content
Snippets Groups Projects

fix: default to epic and define repository url

Merged Wouter Deconinck requested to merge wdconinc-master-patch-74817 into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -44,7 +44,7 @@ fi
@@ -44,7 +44,7 @@ fi
## Detector package to be used during the benchmark process
## Detector package to be used during the benchmark process
if [ ! -n "${DETECTOR}" ] ; then
if [ ! -n "${DETECTOR}" ] ; then
export DETECTOR="ecce"
export DETECTOR="epic"
fi
fi
if [ ! -n "${DETECTOR_CONFIG}" ] ; then
if [ ! -n "${DETECTOR_CONFIG}" ] ; then
@@ -55,6 +55,9 @@ if [ ! -n "${DETECTOR_VERSION}" ] ; then
@@ -55,6 +55,9 @@ if [ ! -n "${DETECTOR_VERSION}" ] ; then
export DETECTOR_VERSION="main"
export DETECTOR_VERSION="main"
fi
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
## Number of events that will be processed by the reconstruction
if [ ! -n "${JUGGLER_N_EVENTS}" ] ; then
if [ ! -n "${JUGGLER_N_EVENTS}" ] ; then
Loading