Skip to content

Commit

Permalink
ci: disable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
wuriyanto authored and wuriyanto committed Sep 1, 2024
1 parent 316209a commit a87c91f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: bash ./scripts/install_ubuntu_deps

- name: Install dashboard dependencies
run: npm --prefix dashboard/ui/ install
run: CI='' npm --prefix dashboard/ui/ install

- name: Run packaging
run: bash ./scripts/package.sh 0.0.0.dummy
run: CI='' bash ./scripts/package.sh 0.0.0.dummy

0 comments on commit a87c91f

Please sign in to comment.