Skip to content
Commits on Source (6)
variables: variables:
DOCKER_HUB_REPO: libresh/rocketchat DOCKER_HUB_REPO: libresh/rocketchat
VERSION: 4.8.6 VERSION: 5.4.1
test: test:
stage: test stage: test
......
...@@ -23,7 +23,7 @@ RUN git apply fix-room-avatar.patch ...@@ -23,7 +23,7 @@ RUN git apply fix-room-avatar.patch
RUN yarn lint RUN yarn lint
RUN yarn turbo run translation-check RUN yarn turbo run translation-check
RUN yarn turbo run typecheck RUN yarn turbo run typecheck
RUN yarn build:ci -- --directory /build RUN GENERATE_SOURCEMAP=false TOOL_NODE_FLAGS="--max_old_space_size=8192" yarn build:ci -- --directory /build
FROM node:14.18.3-buster-slim as patched FROM node:14.18.3-buster-slim as patched
......