From 203c2c07deebb0a3de63b90157ff2cf68e495bea Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Wed, 9 Aug 2023 07:22:38 +0000 Subject: [PATCH] feat: add epic 23.08.0, eicrecon v1.4.0 --- .gitlab-ci.yml | 2 +- detectors.yaml | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f502e6c82..3e5810361 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ variables: ## Application versions used for the main release ## note: nightly builds will always use the master/main branch JUGGLER_VERSION: "v9.4.0" - EICRECON_VERSION: "v1.3.2" + EICRECON_VERSION: "v1.4.0" ## Local registry CI_PUSH: 1 diff --git a/detectors.yaml b/detectors.yaml index b6af80eab..b2feb1b76 100644 --- a/detectors.yaml +++ b/detectors.yaml @@ -5,10 +5,6 @@ detectors: version: main main: version: main - 23.01.0: - version: 23.01.0 - patches: - - https://github.com/eic/epic/pull/449.patch 23.03.0: version: 23.03.0 patches: @@ -39,3 +35,5 @@ detectors: version: 23.07.1 23.07.2: version: 23.07.2 + 23.08.0: + version: 23.08.0 -- GitLab