Skip to content

Commit 05efa8a

Browse files
authored
test(kuttl): remove -o pipefail bash option (#535)
1 parent eaafa94 commit 05efa8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/templates/kuttl/smoke/31-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
SUPERSET_CONFIG=$(

0 commit comments

Comments
 (0)