removed user temporarly, created make ci task

This commit is contained in:
Henry Oswald
2018-03-06 10:30:05 +00:00
parent 4e6514b17e
commit 96a237fb74
5 changed files with 16 additions and 35 deletions

View File

@@ -12,17 +12,10 @@ services:
test_acceptance:
build: .
image: quay.io/sharelatex/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
extends:
file: docker-compose-config.yml
service: ci
environment:
REDIS_HOST: redis
MONGO_HOST: mongo
depends_on:
- redis
- mongo
entrypoint: npm run test:acceptance:_run
entrypoint: npm run test:acceptance
redis:
image: redis