diff --git a/services/chat/Makefile b/services/chat/Makefile index c34349f494..9746397c98 100644 --- a/services/chat/Makefile +++ b/services/chat/Makefile @@ -1,7 +1,7 @@ # 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.10 +# Version: 1.1.11 BUILD_NUMBER ?= local BRANCH_NAME ?= $(shell git rev-parse --abbrev-ref HEAD) diff --git a/services/chat/buildscript.txt b/services/chat/buildscript.txt index 71262d2881..1cf1fac72c 100644 --- a/services/chat/buildscript.txt +++ b/services/chat/buildscript.txt @@ -1,4 +1,4 @@ ---script-version=1.1.10 +--script-version=1.1.11 chat --node-version=6.14.1 --acceptance-creds=None diff --git a/services/chat/docker-compose.ci.yml b/services/chat/docker-compose.ci.yml index 5ab90e1825..3c57490e8a 100644 --- a/services/chat/docker-compose.ci.yml +++ b/services/chat/docker-compose.ci.yml @@ -1,7 +1,7 @@ # 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.10 +# Version: 1.1.11 version: "2" @@ -11,6 +11,7 @@ services: user: node command: npm run test:unit:_run + test_acceptance: build: . image: ci/$PROJECT_NAME:$BRANCH_NAME-$BUILD_NUMBER diff --git a/services/chat/docker-compose.yml b/services/chat/docker-compose.yml index aeceafb3f3..0ecd2bd3d4 100644 --- a/services/chat/docker-compose.yml +++ b/services/chat/docker-compose.yml @@ -1,7 +1,7 @@ # 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.10 +# Version: 1.1.11 version: "2"