File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,10 @@ matrix:
80
80
- scancode -l --json-pp scancode_new_files.json SCANCODE_NEW_FILES
81
81
- python ./tools/test/travis-ci/scancode-evaluate.py -f scancode_new_files.json || true
82
82
- cat scancode-evaluate.log
83
- - COUNT=$(cat scancode-evaluate.log | grep 'File:' | wc -l)
83
+ - COUNT=$(cat scancode-evaluate.log | grep 'File:' | wc -l) || true
84
84
- python ./tools/test/travis-ci/scancode-evaluate.py -f scancode_new_files.json
85
85
- cat scancode-evaluate.log
86
- - COUNT_NEW_FILES=$(cat scancode-evaluate.log | grep 'File:' | wc -l)
86
+ - COUNT_NEW_FILES=$(cat scancode-evaluate.log | grep 'File:' | wc -l) || true
87
87
- |
88
88
if [ $COUNT == 0 ] && [ $COUNT_NEW_FILES == 0 ]; then
89
89
echo "License check OK";
You can’t perform that action at this time.
0 commit comments