From 6aab31700b6f29334ab015a4c79d63f67d8c140d Mon Sep 17 00:00:00 2001 From: tsa96 Date: Sat, 19 Oct 2024 10:45:31 +0100 Subject: [PATCH] fix(ci): bad MINIO_STORAGE_REGION env var --- commitlint.config.js | 3 ++- docker-compose.test.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commitlint.config.js b/commitlint.config.js index f75c952b0..dd34a6ba1 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -40,7 +40,8 @@ module.exports = { 'formats', 'discord', 'twitch', - 'prod' + 'prod', + 'ci' ] ], 'subject-case': [ diff --git a/docker-compose.test.yml b/docker-compose.test.yml index 47ea63cf7..7d443086c 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -13,6 +13,7 @@ services: POSTGRES_PASSWORD: root POSTGRES_PORT: 5432 DATABASE_URL: postgresql://root:root@postgres/momentum?schema=public + MINIO_SITE_REGION: us-west-1 MINIO_SERVER_PORT: 9000 MINIO_CONSOLE_PORT: 9001 MINIO_ROOT_USER: minio @@ -25,7 +26,6 @@ services: STEAM_WEB_API_KEY: thisisenoughtogenerateanopenidreferralforsomereason SESSION_SECRET: thisisashitsecretdontuseitinprod JWT_SECRET: thisisalsonotasecure - MINIO_SITE_REGION: ${STORAGE_REGION} ports: - "5432:5432" minio: