Skip to content
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

travis/post-prepare.sh: Ignore return code of grep #161

Conversation

tboegi
Copy link
Contributor

@tboegi tboegi commented May 19, 2020

When grepping for SUPPORT in the different files,
grep may fail, because "SUPPORT" is not present.
A failing grep will cause travis to fail.
Solution: Ugnore the exit code of grep.

When grepping for SUPPORT in the different files,
grep may fail, because "SUPPORT" is not present.
A failing grep will cause travis to fail.
Solution: Ignore the exit code of grep.
@tboegi tboegi force-pushed the ci-ignore-return-code-of-grep branch from 4aefcf5 to ae2935c Compare May 19, 2020 17:48
@kmpeters kmpeters merged commit 5224d2d into epics-modules:master May 20, 2020
@kmpeters kmpeters added this to the R7-3 milestone May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants