Skip to content
Snippets Groups Projects

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

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -62,7 +62,7 @@ common:setup:
@@ -62,7 +62,7 @@ common:setup:
export DETECTOR="ecce"
export DETECTOR="ecce"
fi
fi
if [[ "${DETECTOR_CONFIG}" == "" ]] ; then
if [[ "${DETECTOR_CONFIG}" == "" ]] ; then
export DETECTOR_CONFIG="ecce"
export DETECTOR_CONFIG="${DETECTOR}"
fi
fi
if [[ "${DETECTOR_VERSION}" == "" ]] ; then
if [[ "${DETECTOR_VERSION}" == "" ]] ; then
export DETECTOR_VERSION="main"
export DETECTOR_VERSION="main"
Loading