Fix confirm override in gitlab:truncate_logs task
What does this Merge Request do and why?
The return true
here caused a LocalJumpError
, so I changed that to next
.
Merge Request checklist
-
This change is backward compatible. If not, please include steps to communicate to our users. - [-] Tests added for new functionality. If not, please raise Issue to follow-up.
- [-] Documentation added/updated, if needed.
- [-]
gdk doctor
test added, if needed. - [-] Add the
~highlight
label if this MR should be included in theCHANGELOG.md
.