mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-06 07:21:36 +01:00
Compare commits
3 Commits
renovate/c
...
gaberb1/wi
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94012f7921 | ||
|
|
bb0706dff0 | ||
|
|
f88a365019 |
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user