branch bow-v2-go updated (092aa56 -> 897fb5e)
This is an automated email from the git hooks/post-receive script. New change to branch bow-v2-go in repository bow. See https://gitlab.nuiton.org/chorem/bow.git from 092aa56 modification resource memoire pour bow new 897fb5e Astuce pour envsubst The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 Summary of changes: docker/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm