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

Don't break docker build when /lib/modules etc are not found #2936

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

jimmykarily
Copy link
Contributor

because "[ -z ... ]` returns "1" and fails the build

What this PR does / why we need it:

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

@jimmykarily jimmykarily requested a review from a team October 11, 2024 09:40
@jimmykarily jimmykarily self-assigned this Oct 11, 2024
@jimmykarily jimmykarily force-pushed the dont-fail-when-files-are-not-found branch from 1c17cd6 to 3db5321 Compare October 11, 2024 09:43
because "[ -z ... ]` returns "1" and fails the build

Signed-off-by: Dimitris Karakasilis <[email protected]>
@jimmykarily jimmykarily force-pushed the dont-fail-when-files-are-not-found branch from 3db5321 to c213368 Compare October 11, 2024 09:45
@jimmykarily jimmykarily merged commit 473bc83 into master Oct 11, 2024
47 checks passed
@jimmykarily jimmykarily deleted the dont-fail-when-files-are-not-found branch October 11, 2024 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants