Skip to content
Snippets Groups Projects
Commit 9c065144 authored by psy's avatar psy
Browse files

Revert "add METEOR_ALLOW_SUPERUSER=true to build process"

This reverts commit 7ab86297.
parent 7ab86297
No related branches found
No related tags found
No related merge requests found
Pipeline #32872 waiting for manual action
......@@ -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 && METEOR_ALLOW_SUPERUSER=true yarn build:ci && cd .. && mv /tmp/dist ./build
- cd rocketchat && yarn build:ci && 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