From 9c06514455bd519ca4e2e8678fce533bf1192cd1 Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Fri, 11 Oct 2024 11:22:23 +0200 Subject: [PATCH] Revert "add METEOR_ALLOW_SUPERUSER=true to build process" This reverts commit 7ab8629782d122feea305214457d9803cf115473. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81d8789..bfffd83 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab