mirror of https://github.com/ARMmbed/mbed-os.git
scancode: Fix license index failure
Signed-off-by: Martin Kojtal <martin.kojtal@arm.com>pull/15363/head
parent
a6610e6169
commit
8e23ea9084
|
@ -41,6 +41,7 @@ jobs:
|
|||
| ( grep -v '^tools/test/toolchains/api_test.py' || true ) \
|
||||
| while read file; do cp --parents "${file}" SCANCODE; done
|
||||
ls SCANCODE
|
||||
scancode --reindex-licenses # workaround for https://github.com/nexB/scancode-toolkit/issues/3179
|
||||
scancode -l --json-pp scancode.json SCANCODE
|
||||
python ./tools/test/ci/scancode-evaluate.py scancode.json || true
|
||||
cat scancode-evaluate.log
|
||||
|
|
Loading…
Reference in New Issue