Skip to content

Commit d7e496f

Browse files
Merge pull request #6840 from bparees/maint
more error handling cleanup
2 parents 504ca82 + 57a04c0 commit d7e496f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci-operator/templates/openshift/endurance/endurance-install.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ objects:
122122
touch /tmp/shared/teardown
123123
exit 0
124124
fi
125-
set -e
126125
127126
awk '{print $3}' < /tmp/operators.out | grep -v AVAILABLE | grep -v True
128127
rc=$?
@@ -131,6 +130,8 @@ objects:
131130
touch /tmp/shared/mustgather
132131
exit 0
133132
fi
133+
set -e
134+
134135
echo "Cluster appears healthy"
135136
136137
- name: teardown

0 commit comments

Comments
 (0)