From 632623151d892bc1f94903397f4aa1ae7e7671ea Mon Sep 17 00:00:00 2001 From: Wouter Deconinck <wdconinc@gmail.com> Date: Mon, 2 Oct 2023 14:06:45 +0000 Subject: [PATCH] fix: rm unused global variables --- .gitlab-ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a597e28e5..b7c1bcfb9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -43,12 +43,6 @@ variables: ## Internal tag used for the CI INTERNAL_TAG: "pipeline-${CI_PIPELINE_ID}" - ## Detector and configuration to use for benchmark - ## problem: Defining these here mean we can add them as trigger variables later - DETECTOR: epic - DETECTOR_CONFIG: epic_craterlake - DETECTOR_REPOSITORYURL: 'https://github.com/eic/epic.git' - stages: - config - base ## base OS image -- GitLab