This is an automated email from the git hooks/post-receive script. New commit to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git commit 897fb5e45570ca54247a628f90f96efa1dd4eb3b Author: Andrés Maldonado <amaldona@etu.utc.fr> Date: Thu Aug 20 16:05:49 2020 +0200 Astuce pour envsubst Cette astuce sert à éviter que 'envsubst' (utilisé dans .gitlab-ci.yml) substitue ces variables --- docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index c949cdd..5923344 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -40,7 +40,7 @@ services: cpus: '0.02' memory: 50M healthcheck: - test: pg_isready -q -d ${POSTGRES_DB} -U ${POSTGRES_USER} || exit 1 + test: pg_isready -q -d $${empty_var}{POSTGRES_DB} -U $${empty_var}{POSTGRES_USER} || exit 1 interval: 1m30s timeout: 10s retries: 3 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.