all but the sync tests should pass

This commit is contained in:
henry oswald 2018-05-25 12:43:12 +00:00
parent c3ae6b5d23
commit 1101763f50
2 changed files with 5 additions and 3 deletions

View file

@ -46,4 +46,5 @@ if process.env["DOCKER_RUNNER"]
module.exports.path.sandboxedCompilesHostDir = process.env["COMPILES_HOST_DIR"]
module.exports.path.synctexBinHostPath = process.env["SYNCTEX_BIN_HOST_PATH"]
console.log module.exports
console.log "configggggg"
console.log module.exports

View file

@ -4,7 +4,7 @@ services:
dev:
environment:
TEXLIVE_IMAGE: quay.io/sharelatex/texlive-full:2017.1
TEXLIVE_IMAGE_USER: root
TEXLIVE_IMAGE_USER: "tex"
SHARELATEX_CONFIG: /app/config/settings.defaults.coffee
DOCKER_RUNNER: "true"
COMPILES_HOST_DIR: $PWD/compiles
@ -18,7 +18,7 @@ services:
ci:
environment:
TEXLIVE_IMAGE: quay.io/sharelatex/texlive-full:2017.1
TEXLIVE_IMAGE_USER: tex
TEXLIVE_IMAGE_USER: "tex"
SHARELATEX_CONFIG: /app/config/settings.defaults.coffee
DOCKER_RUNNER: "true"
COMPILES_HOST_DIR: $PWD/compiles
@ -27,3 +27,4 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock:rw
- ./cache:/app/cache
- ./compiles:/app/compiles