-
Notifications
You must be signed in to change notification settings - Fork 3k
Travis CI: Fix for license check job #9492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Will need a rebase once #9488 is in. |
Aaand found the crux of the problem. Starting a line with
Oh well. Good to know for the future. |
Somehow, having the '!' before a single command in a single line parses out the '!'.
Swapped out 'git grep' for 'grep' since it can take in a --max-count flag. The license _header_ will always be at the top. Also enabled output so that PR authors can know what the problem files are.
5cee9bd
to
e28bf5a
Compare
Needed to be sure because everything was green. Did a revert of 32e247d, and pushed to test. Properly failing build: https://travis-ci.org/ARMmbed/mbed-os/jobs/484229340 |
@ARMmbed/mbed-os-test Please review |
Looks good! |
CI started |
Description
It would seem that having a '!' before a single command in a single line parses out the '!'.
Pull request type
Reviewers