Skip to content

Commit

Permalink
test(kuttl): remove -o pipefail bash option (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ authored Sep 3, 2024
1 parent f213473 commit e3b254f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/templates/kuttl/smoke/41-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ commands:
# Test envOverrides
#
- script: |
#!/usr/bin/env bash
set -euo pipefail
set -eu
# Config Test Data
AIRFLOW_CONFIG=$(
Expand Down

0 comments on commit e3b254f

Please sign in to comment.