ubi-agni / ros-builder-action

Github action to build .deb packages from ROS sources
https://ros.packages.techfak.net
5 stars 5 forks source link

Fix ici_filter #4

Open rhaschke opened 1 year ago

rhaschke commented 1 year ago

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 (8c72e0f265dbd67526ac60c8cdc475ca89255d17) 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 (02ff659ff54fdccc00d6098fbbfbc71dcb8fb881) for now. Need to further debug...

Maybe GHA redirects stdout + stderr of the main process?