mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Debug smoketests (#23982)
* Add MM_SERVICEENVIRONMENT to config_generator
This commit is contained in:
parent
e1aa7b21ac
commit
b00bb20d89
@ -121,6 +121,8 @@ services:
|
|||||||
image: "mattermostdevelopment/mirrored-golang:1.19.5"
|
image: "mattermostdevelopment/mirrored-golang:1.19.5"
|
||||||
entrypoint: [ "/bin/bash", "-c" ]
|
entrypoint: [ "/bin/bash", "-c" ]
|
||||||
command: [ "until [ -f /var/run/mm_terminate ]; do sleep 5; done" ]
|
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"
|
working_dir: "/opt/mattermost-server"
|
||||||
volumes:
|
volumes:
|
||||||
- "../../:/opt/mattermost-server"
|
- "../../:/opt/mattermost-server"
|
||||||
|
Loading…
Reference in New Issue
Block a user