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

fix: actually set to JUGGLER_DETECTOR

parent 43e22112
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !117. Comments created here will be created in the context of that merge request.
...@@ -62,7 +62,7 @@ common:setup: ...@@ -62,7 +62,7 @@ common:setup:
export JUGGLER_DETECTOR="ecce" export JUGGLER_DETECTOR="ecce"
fi fi
if [[ "${JUGGLER_DETECTOR_CONFIG}" == "" ]] ; then if [[ "${JUGGLER_DETECTOR_CONFIG}" == "" ]] ; then
export JUGGLER_DETECTOR_CONFIG="${JUGGLER_DETECTOR_CONFIG}" export JUGGLER_DETECTOR_CONFIG="${JUGGLER_DETECTOR}"
fi fi
if [[ "${JUGGLER_DETECTOR_VERSION}" == "" ]] ; then if [[ "${JUGGLER_DETECTOR_VERSION}" == "" ]] ; then
export JUGGLER_DETECTOR_VERSION="main" export JUGGLER_DETECTOR_VERSION="main"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment