[misc] cleanup unused dependency on mongo

This commit is contained in:
Jakob Ackermann
2020-02-12 14:44:01 +01:00
parent 902b4fca46
commit 43013e0820
3 changed files with 1 additions and 10 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ real-time
--env-add=
--node-version=10.19.0
--acceptance-creds=None
--dependencies=mongo,redis
--dependencies=redis
--docker-repos=gcr.io/overleaf-ops
--env-pass-through=
--script-version=1.3.5
-4
View File
@@ -25,8 +25,6 @@ services:
MOCHA_GREP: ${MOCHA_GREP}
NODE_ENV: test
depends_on:
mongo:
condition: service_healthy
redis:
condition: service_healthy
user: node
@@ -43,5 +41,3 @@ services:
redis:
image: redis
mongo:
image: mongo:3.6
-5
View File
@@ -32,8 +32,6 @@ services:
NODE_ENV: test
user: node
depends_on:
mongo:
condition: service_healthy
redis:
condition: service_healthy
command: npm run test:acceptance
@@ -41,6 +39,3 @@ services:
redis:
image: redis
mongo:
image: mongo:3.6