mirror of https://github.com/ARMmbed/mbed-os.git
Fix for license check job.
Somehow, having the '!' before a single command in a single line parses out the '!'.pull/9492/head
parent
615ed31f7a
commit
31ab61ed80
|
@ -303,8 +303,10 @@ matrix:
|
|||
- NAME=licence_check
|
||||
script:
|
||||
- echo 'Checking that there is no GPL licence text in code'
|
||||
- ! git grep -q --ignore-case "gnu general public";
|
||||
- ! git grep -q --ignore-case "gnu library general public";
|
||||
- |
|
||||
! git grep -q --ignore-case "gnu general public";
|
||||
- |
|
||||
! git grep -q --ignore-case "gnu library general public";
|
||||
|
||||
- env:
|
||||
- NAME=include_check
|
||||
|
|
Loading…
Reference in New Issue