File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 template : repository
77 repo : metrics
88 plugin_licenses : yes
9- plugin_licenses_setup : " [[ -f package.json ]] && npm ci || true"
9+ plugin_licenses_setup : " bash -c ' [[ -f package.json ]] && npm ci || true' "
1010 test :
1111 timeout : 1800000
1212 modes :
2121 template : repository
2222 repo : metrics
2323 plugin_licenses : yes
24- plugin_licenses_setup : " [[ -f package.json ]] && npm ci || true"
24+ plugin_licenses_setup : " bash -c ' [[ -f package.json ]] && npm ci || true' "
2525 plugin_licenses_legal : no
2626 plugin_licenses_ratio : yes
2727 test :
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ inputs:
3737 > The example command is intended for NodeJs projects that use `npm` to install their dependencies.
3838 type : string
3939 default : " "
40- example : " [[ -f package.json ]] && npm ci || true"
40+ example : " bash -c ' [[ -f package.json ]] && npm ci || true' "
4141
4242 plugin_licenses_ratio :
4343 description : |
You can’t perform that action at this time.
0 commit comments