Compare commits

...

3 Commits

Author SHA1 Message Date
Philip Gaber
94012f7921 chore: troubleshoot 2025-07-15 10:17:34 +02:00
Philip Gaber
bb0706dff0 chore: back 2025-07-15 10:13:02 +02:00
Philip Gaber
f88a365019 chore: Link to dev branch 2025-07-15 10:06:03 +02:00

View File

@@ -17,7 +17,7 @@ include:
- local: "/.gitlab/lint/lint-reuse.yml" - local: "/.gitlab/lint/lint-reuse.yml"
- project: "${PROJECT_PATH_CUSTOM_ENVIRONMENT_CONFIG}" - project: "${PROJECT_PATH_CUSTOM_ENVIRONMENT_CONFIG}"
file: "gitlab/environments.yaml" file: "gitlab/environments.yaml"
ref: "main" ref: "gaberb1/ci-od-customization"
- local: "/.gitlab/lint/lint-opendesk.yml" - local: "/.gitlab/lint/lint-opendesk.yml"
rules: rules:
- if: > - if: >
@@ -246,7 +246,7 @@ variables:
image: "registry.opencode.de/bmi/opendesk/components/platform-development/images/helm:${HELM_IMAGE_PIN}" image: "registry.opencode.de/bmi/opendesk/components/platform-development/images/helm:${HELM_IMAGE_PIN}"
script: script:
- "cd ${CI_PROJECT_DIR}/helmfile/apps/${COMPONENT}" - "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 if ! [ -z "${MASTER_PASSWORD_WEB_VAR}" ]; then
export MASTER_PASSWORD="${MASTER_PASSWORD_WEB_VAR}" export MASTER_PASSWORD="${MASTER_PASSWORD_WEB_VAR}"
@@ -293,6 +293,7 @@ db-cleanup:
;; ;;
esac esac
- | - |
# TODO: Adjust this when the CI improvement ist complete
export FILES=( export FILES=(
"${CI_PROJECT_DIR}/helmfile/environments/default/database.yaml.gotmpl" "${CI_PROJECT_DIR}/helmfile/environments/default/database.yaml.gotmpl"
"${CI_PROJECT_DIR}/helmfile/environments/dev/values.yaml.gotmpl" "${CI_PROJECT_DIR}/helmfile/environments/dev/values.yaml.gotmpl"