From 60b89e2075a0657a57ae2b7391e0f73c7187e4ce Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Sun, 31 Jul 2022 14:19:57 +0000 Subject: [PATCH] Update .gitlab-ci.yml: set DETECTOR_CONFIG to DETECTOR if unset --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f6329bc1..dd72a94a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" -- GitLab