Skip to content

Commit e3b254f

Browse files
authored
test(kuttl): remove -o pipefail bash option (#498)
1 parent f213473 commit e3b254f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/templates/kuttl/smoke/41-assert.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ commands:
77
# Test envOverrides
88
#
99
- script: |
10-
#!/usr/bin/env bash
11-
set -euo pipefail
10+
set -eu
1211
1312
# Config Test Data
1413
AIRFLOW_CONFIG=$(

0 commit comments

Comments
 (0)