Skip to content

Commit d796991

Browse files
Merge pull request openshift#417 from stevekuznetsov/skuznets/fix-cleanup-shell
timeouts.md: remove exits
2 parents c854b3e + c588795 commit d796991

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

content/en/docs/architecture/timeouts.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ current=0
183183
184184
function cleanup() {
185185
echo "Validated up to ${current}!"
186-
exit 1
187186
}
188187
trap cleanup EXIT
189188
@@ -216,7 +215,6 @@ function cleanup() {
216215
done
217216
wait
218217
echo "Validated up to ${current}!"
219-
exit 1
220218
}
221219
trap cleanup EXIT
222220

0 commit comments

Comments
 (0)