Pass through TEXLIVE_IMAGE

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

View File

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

View File

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