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

Force --env-mode=loose to fix build with turbo v2

parent e4a0dcb2
No related branches found
No related tags found
No related merge requests found
Pipeline #32877 passed
......@@ -37,7 +37,7 @@ autoupdate:
- meteor --version
- cd rocketchat && YARN_CHECKSUM_BEHAVIOR=update yarn install --json && git diff yarn.lock && cd ..
# yarn build:ci uses hard-coded /tmp/dist directory for build output
- cd rocketchat && yarn build:ci && cd .. && mv /tmp/dist ./build
- cd rocketchat && yarn build:ci --env-mode=loose && cd .. && mv /tmp/dist ./build
- cd build/bundle/programs/server/ && npm install --production && cd ../../../..
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment