From e3b254f08aa9a8b9a8f0b3b9f3316ac034d8c9f7 Mon Sep 17 00:00:00 2001 From: Nick <10092581+NickLarsenNZ@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:17:28 +1200 Subject: [PATCH] test(kuttl): remove -o pipefail bash option (#498) --- tests/templates/kuttl/smoke/41-assert.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/templates/kuttl/smoke/41-assert.yaml b/tests/templates/kuttl/smoke/41-assert.yaml index f099e0a6..6169fd93 100644 --- a/tests/templates/kuttl/smoke/41-assert.yaml +++ b/tests/templates/kuttl/smoke/41-assert.yaml @@ -7,8 +7,7 @@ commands: # Test envOverrides # - script: | - #!/usr/bin/env bash - set -euo pipefail + set -eu # Config Test Data AIRFLOW_CONFIG=$(