[misc] update the build scripts to 1.3.5

This commit is contained in:
Jakob Ackermann
2020-02-10 17:10:44 +01:00
parent c2295f40f8
commit 1fc3292966
7 changed files with 46 additions and 36 deletions

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.5
version: "2"
version: "2.3"
services:
test_unit:
@@ -28,12 +28,13 @@ services:
NODE_ENV: test
TEXLIVE_IMAGE:
depends_on:
- mongo
- redis
mongo:
condition: service_healthy
redis:
condition: service_healthy
command: npm run test:acceptance:_run
tar:
build: .
image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER
@@ -41,9 +42,8 @@ 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.4
image: mongo:3.6