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

Fix ici_filter #4

Open
rhaschke opened this issue Sep 11, 2023 · 0 comments
Open

Fix ici_filter #4

rhaschke opened this issue Sep 11, 2023 · 0 comments

Comments

@rhaschke
Copy link
Member

ici_filter should filter stdout for a given string. However, on error, the full output should be shown.
While the original implementation of industrial_ci realizes the former, the latter fails.

My implementation (8c72e0f) works locally but fails on GHA (showing everything all the time, not filtering at all). For this reason I reverted to the original ici implementation (02ff659) for now. Need to further debug...

Maybe GHA redirects stdout + stderr of the main process?

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

No branches or pull requests

1 participant