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

Update .gitlab-ci.yml: set DETECTOR_CONFIG to DETECTOR if unset

parent d4923975
No related branches found
No related tags found
1 merge request!117Update .gitlab-ci.yml: set DETECTOR_CONFIG to DETECTOR if unset
......@@ -62,7 +62,7 @@ common:setup:
export DETECTOR="ecce"
fi
if [[ "${DETECTOR_CONFIG}" == "" ]] ; then
export DETECTOR_CONFIG="ecce"
export DETECTOR_CONFIG="${DETECTOR}"
fi
if [[ "${DETECTOR_VERSION}" == "" ]] ; then
export DETECTOR_VERSION="main"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment