Skip to content

Commit a87c91f

Browse files
wuriyantowuriyanto
authored andcommitted
ci: disable warning
1 parent 316209a commit a87c91f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: bash ./scripts/install_ubuntu_deps
3333

3434
- name: Install dashboard dependencies
35-
run: npm --prefix dashboard/ui/ install
35+
run: CI='' npm --prefix dashboard/ui/ install
3636

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

0 commit comments

Comments
 (0)