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
Branches Add_buttons_01
No related tags found
No related merge requests found
Pipeline #32872 waiting for manual action
...@@ -37,7 +37,7 @@ autoupdate: ...@@ -37,7 +37,7 @@ autoupdate:
- 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 ..
# yarn build:ci uses hard-coded /tmp/dist directory for build output # 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 ../../../.. - 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 to comment