[misc] cleanup unused dependency on mongo and redis

This commit is contained in:
Jakob Ackermann
2020-02-12 14:44:16 +01:00
parent 8bcbffccdc
commit 8772e1f7b1
3 changed files with 1 additions and 22 deletions

View File

@@ -27,11 +27,6 @@ services:
MOCHA_GREP: ${MOCHA_GREP}
NODE_ENV: test
TEXLIVE_IMAGE:
depends_on:
mongo:
condition: service_healthy
redis:
condition: service_healthy
command: npm run test:acceptance:_run
@@ -42,8 +37,3 @@ services:
- ./:/tmp/build/
command: tar -czf /tmp/build/build.tar.gz --exclude=build.tar.gz --exclude-vcs .
user: root
redis:
image: redis
mongo:
image: mongo:3.6