From f773a9371c8d4b73049c948939c945d815bc71c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorsten=20Ro=C3=9Fner?= Date: Thu, 12 Jun 2025 07:43:17 +0200 Subject: [PATCH] ci(diff-on-branch): Merge doublette `variables` block --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ac88fa7..9aa3301f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -681,8 +681,6 @@ diff-on-branch: cache: {} dependencies: [] extends: ".environments" - variables: - DIFF_ON_BRANCH_SUBDIRECTORY: "diff-on-branch" environment: name: "${NAMESPACE}" image: "registry.opencode.de/bmi/opendesk/components/platform-development/images/helm:${HELM_IMAGE_PIN}" @@ -704,6 +702,7 @@ diff-on-branch: - "${CLUSTER}" variables: HELMFILE_ENVIRONMENT: "dev" + DIFF_ON_BRANCH_SUBDIRECTORY: "diff-on-branch" import-default-accounts: stage: "post-execute"