From 94012f792165f154b5ee4b9bf55224871f398075 Mon Sep 17 00:00:00 2001 From: Philip Gaber Date: Tue, 15 Jul 2025 10:17:34 +0200 Subject: [PATCH] chore: troubleshoot --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00dde32f..4d4a5c5c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ include: - local: "/.gitlab/lint/lint-reuse.yml" - project: "${PROJECT_PATH_CUSTOM_ENVIRONMENT_CONFIG}" file: "gitlab/environments.yaml" - ref: "main" + ref: "gaberb1/ci-od-customization" - local: "/.gitlab/lint/lint-opendesk.yml" rules: - if: > @@ -246,7 +246,7 @@ variables: image: "registry.opencode.de/bmi/opendesk/components/platform-development/images/helm:${HELM_IMAGE_PIN}" script: - "cd ${CI_PROJECT_DIR}/helmfile/apps/${COMPONENT}" - # MASTER_PASSWORD_WEB_VAR as precedence for MASTER_PASSWORD + # MASTER_PASSWORD_WEB_VAR has precedence for MASTER_PASSWORD - | if ! [ -z "${MASTER_PASSWORD_WEB_VAR}" ]; then export MASTER_PASSWORD="${MASTER_PASSWORD_WEB_VAR}" @@ -293,6 +293,7 @@ db-cleanup: ;; esac - | + # TODO: Adjust this when the CI improvement ist complete export FILES=( "${CI_PROJECT_DIR}/helmfile/environments/default/database.yaml.gotmpl" "${CI_PROJECT_DIR}/helmfile/environments/dev/values.yaml.gotmpl"