Skip to content
Snippets Groups Projects
Verified Commit b339b3c9 authored by Julian's avatar Julian
Browse files

Fix CI build for v6.7.x

parent ef9ad7ea
Branches 6.7.0-fix
Tags 6.7.0
No related merge requests found
Pipeline #30300 passed
...@@ -36,7 +36,8 @@ autoupdate: ...@@ -36,7 +36,8 @@ autoupdate:
- export PATH=$PATH:/root/.meteor - export PATH=$PATH:/root/.meteor
- meteor --version - meteor --version
- cd rocketchat && YARN_CHECKSUM_BEHAVIOR=update yarn install --json && git diff yarn.lock && cd .. - cd rocketchat && YARN_CHECKSUM_BEHAVIOR=update yarn install --json && git diff yarn.lock && cd ..
- cd rocketchat && yarn build:ci -- --directory $(pwd)/../build && cd .. # yarn build:ci uses hard-coded /tmp/dist directory for build output
- cd rocketchat && yarn build:ci && cd .. && mv /tmp/dist ./build
- cd build/bundle/programs/server/ && npm install --production && cd ../../../.. - cd build/bundle/programs/server/ && npm install --production && cd ../../../..
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment