Commit 91cd9f6
committed
fix(build): provide logging stubs for Lighthouse NPM security scan step
npm.sh uses log_info/log_warn/log_error/log_debug from openshift.sh,
which is normally loaded via _utils.sh. The standalone CI step only
sourced npm.sh, causing 'log_info: command not found' (exit 127).
Define minimal logging function stubs inline before sourcing npm.sh,
matching the fallback definitions in _utils.sh.1 parent 777d164 commit 91cd9f6
1 file changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
270 | 279 | | |
271 | 280 | | |
272 | 281 | | |
| |||
0 commit comments