[misc] update build scripts to version 1.3.3

This commit is contained in:
Jakob Ackermann
2020-01-27 12:17:52 +01:00
parent 9e28ceb9db
commit 265e30df3d
6 changed files with 32 additions and 28 deletions
+8 -17
View File
@@ -1,9 +1,9 @@
# This file was auto-generated, do not edit it directly.
# Instead run bin/update_build_scripts from
# https://github.com/sharelatex/sharelatex-dev-environment
# Version: 1.1.24
# Version: 1.3.3
version: "2"
version: "2.1"
services:
test_unit:
@@ -18,7 +18,7 @@ services:
user: node
test_acceptance:
build: .
image: node:6.11.2
volumes:
- .:/app
working_dir: /app
@@ -35,24 +35,15 @@ services:
NODE_ENV: test
user: node
depends_on:
- mongo
- redis
mongo:
condition: service_healthy
redis:
condition: service_healthy
command: npm run test:acceptance
tar:
build: .
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
volumes:
- ./:/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.4
image: mongo:3.6