neoave / mrack

Multicloud use-case based multihost async provisioner for CIs and testing during development
Apache License 2.0
11 stars 14 forks source link

fix: SSH action - do not redirect to PIPEs #157

Closed pvoborni closed 2 years ago

pvoborni commented 2 years ago

SSH action was previously redirected to PIPEs and thus it stopped working from a user perspective as nothing was visible.

This patch is bringing the original behavior back.

Regression was caused by commit: 19d513ba246ef4be02a0ce3d22fbb0faea971ce8

Signed-off-by: Petr Vobornik pvoborni@redhat.com

Tiboris commented 2 years ago

perfect! thanks