We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316209a commit a87c91fCopy full SHA for a87c91f
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
run: bash ./scripts/install_ubuntu_deps
33
34
- name: Install dashboard dependencies
35
- run: npm --prefix dashboard/ui/ install
+ run: CI='' npm --prefix dashboard/ui/ install
36
37
- name: Run packaging
38
- run: bash ./scripts/package.sh 0.0.0.dummy
+ run: CI='' bash ./scripts/package.sh 0.0.0.dummy
0 commit comments