Try env pass-through

This commit is contained in:
Christopher Hoskin
2019-10-23 16:35:59 +01:00
parent 7ebc9b43a1
commit fdd87d77cc
2 changed files with 2 additions and 0 deletions

View File

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

View File

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