Debug smoketests (#23982)

* Add MM_SERVICEENVIRONMENT to config_generator
This commit is contained in:
mvitale1989 2023-07-13 13:28:11 +02:00 committed by GitHub
parent e1aa7b21ac
commit b00bb20d89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,6 +121,8 @@ services:
image: "mattermostdevelopment/mirrored-golang:1.19.5"
entrypoint: [ "/bin/bash", "-c" ]
command: [ "until [ -f /var/run/mm_terminate ]; do sleep 5; done" ]
environment:
MM_SERVICEENVIRONMENT: "test" # Currently required for running the config_generator with the right environment
working_dir: "/opt/mattermost-server"
volumes:
- "../../:/opt/mattermost-server"