chore: troubleshoot

This commit is contained in:
Philip Gaber
2025-07-15 10:17:34 +02:00
parent bb0706dff0
commit 94012f7921

View File

@@ -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"