stackabletech / airflow-operator

Stackable Operator for Apache Airflow
Other
22 stars 2 forks source link

test(kuttl): Remove the -o pipefail bash option #498

Closed NickLarsenNZ closed 2 months ago

NickLarsenNZ commented 2 months ago

Kuttl hard codes sh -c, instead of allowing alternative shells to be used. For now, we need to drop the -o pipefail option.

See: https://github.com/kudobuilder/kuttl/issues/557

[!NOTE] For zsh users, sh appears to just alias zsh, so locally set -euo pipfail worked fine.