Skip to content

Commit

Permalink
Remove --debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo committed Feb 25, 2023
1 parent fb7251b commit 9e7c1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e7c1d4

Please sign in to comment.