mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #49 from overleaf/jpa-dependencies-cleanup
[misc] cleanup dependencies
This commit is contained in:
commit
df7a918e08
5 changed files with 1 additions and 17 deletions
|
@ -4,7 +4,7 @@ spelling
|
|||
--env-add=
|
||||
--node-version=10.19.0
|
||||
--acceptance-creds=None
|
||||
--dependencies=mongo,redis
|
||||
--dependencies=mongo
|
||||
--docker-repos=gcr.io/overleaf-ops
|
||||
--env-pass-through=
|
||||
--data-dirs=cache
|
||||
|
|
|
@ -27,8 +27,6 @@ services:
|
|||
depends_on:
|
||||
mongo:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
user: node
|
||||
command: npm run test:acceptance:_run
|
||||
|
||||
|
@ -40,8 +38,5 @@ 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
|
||||
|
|
|
@ -38,13 +38,8 @@ services:
|
|||
depends_on:
|
||||
mongo:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
command: npm run test:acceptance
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
|
||||
mongo:
|
||||
image: mongo:3.6
|
||||
|
||||
|
|
|
@ -3624,11 +3624,6 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"redis": {
|
||||
"version": "0.8.6",
|
||||
"resolved": "https://registry.npmjs.org/redis/-/redis-0.8.6.tgz",
|
||||
"integrity": "sha1-p66PDW+tJL3q/+KBWNbNHxydMLg="
|
||||
},
|
||||
"regexpp": {
|
||||
"version": "2.0.1",
|
||||
"resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz",
|
|
@ -34,7 +34,6 @@
|
|||
"metrics-sharelatex": "^2.2.0",
|
||||
"mongojs": "2.4.0",
|
||||
"node-statsd": "0.0.3",
|
||||
"redis": "~0.8.4",
|
||||
"request": "^2.88.0",
|
||||
"settings-sharelatex": "^1.1.0",
|
||||
"underscore": "1.9.1"
|
||||
|
|
Loading…
Reference in a new issue