update build scripts to 2.2.0

This commit is contained in:
Tim Alby
2020-05-06 12:03:41 +02:00
parent 853dbd8880
commit bb9a5340f4
5 changed files with 39 additions and 22 deletions

View File

@@ -12,13 +12,13 @@ services:
environment:
NODE_ENV: test
test_acceptance:
build: .
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
environment:
ELASTIC_SEARCH_DSN: es:9200
REDIS_HOST: redis
NEW_HISTORY_REDIS_HOST: new_redis
MONGO_HOST: mongo
POSTGRES_HOST: postgres
MOCHA_GREP: ${MOCHA_GREP}
@@ -28,11 +28,10 @@ services:
condition: service_healthy
redis:
condition: service_healthy
new_redis:
condition: service_healthy
user: node
command: npm run test:acceptance:_run
tar:
build: .
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
@@ -43,8 +42,5 @@ services:
redis:
image: redis
new_redis:
image: redis
mongo:
image: mongo:3.6