Pass through TEXLIVE_IMAGE

This commit is contained in:
Christopher Hoskin 2019-10-24 16:58:14 +01:00
parent bef93667a5
commit e00b4e0c6a
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +4,6 @@ clsi
--acceptance-creds=None
--dependencies=mongo,redis
--docker-repos=gcr.io/overleaf-ops
--env-pass-through=
--env-pass-through=TEXLIVE_IMAGE
--build-target=docker
--script-version=1.1.23

View file

@ -26,6 +26,7 @@ services:
POSTGRES_HOST: postgres
MOCHA_GREP: ${MOCHA_GREP}
NODE_ENV: test
TEXLIVE_IMAGE:
depends_on:
- mongo
- redis