From 9e7c1d43c4003e39b95448029a73126dbfc2bf3c Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Fri, 24 Feb 2023 21:50:16 -0300 Subject: [PATCH] Remove --debug option --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4661445b56bd..72176473c773 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,7 +174,7 @@ jobs: if: startsWith(github.ref, 'refs/pull/') == true env: METEOR_PROFILE: 1000 - run: yarn build:ci -- --debug --directory /tmp/dist + run: yarn build:ci -- --directory /tmp/dist - name: Build Rocket.Chat if: startsWith(github.ref, 'refs/pull/') != true