chore(ci): Fix yaml linting issues

This commit is contained in:
Thorsten Roßner
2025-03-24 08:48:05 +01:00
parent 7d7e9e65b3
commit c9a8a60ff3
2 changed files with 4 additions and 3 deletions

View File

@@ -266,9 +266,9 @@ db-cleanup:
$FLUSH_EXTERNAL_SERVICES_BEFORE != "no"
when: "on_success"
script:
- export FILES="(${CI_PROJECT_DIR}/helmfile/environments/default/database.yaml.gotmpl \
${CI_PROJECT_DIR}/helmfile/environments/dev/write-over-values-for-environment.yaml.gotmpl)"
# Cleanup MariaDB
# yamllint disable-line rule:line-length rule:quoted-strings
- export FILES=(${CI_PROJECT_DIR}/helmfile/environments/default/database.yaml.gotmpl ${CI_PROJECT_DIR}/helmfile/environments/dev/write-over-values-for-environment.yaml.gotmpl)
# Cleanup .MariaDB
- |
export DATABASES="oxAppSuite"
export MARIADB_HOST=""