We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c854b3e + c588795 commit d796991Copy full SHA for d796991
content/en/docs/architecture/timeouts.md
@@ -183,7 +183,6 @@ current=0
183
184
function cleanup() {
185
echo "Validated up to ${current}!"
186
- exit 1
187
}
188
trap cleanup EXIT
189
@@ -216,7 +215,6 @@ function cleanup() {
216
215
done
217
wait
218
219
220
221
222
0 commit comments