fix(bisect): Adjust bash script for Ubuntu 24.04 57/41957/2
authorVratko Polak <[email protected]>
Tue, 3 Dec 2024 12:22:24 +0000 (13:22 +0100)
committerVratko Polak <[email protected]>
Tue, 3 Dec 2024 12:22:24 +0000 (13:22 +0100)
commit14e4f9447ca85613ec6cdfa553464b02a3d62fab
tree366580c92e6c5bb7514d05249b29b8245ba36d1a
parent5f2e66d0c62a3c563b14cdabbd3d7c13ae1181d0
fix(bisect): Adjust bash script for Ubuntu 24.04

Newer git versions gives:
  error: cannot delete branch 'earliest' used by worktree
if branches involved in bisect are to be deleted before bisect ends.

+ Remove comment about reliably deleting branches after failure,
  as having them may be useful for debugging (and does not matter in CI).
+ Move branch cleanup to the start, and allow it to fail in CI.

Change-Id: Iebee5be5e10ae2f4de8218f70952c66b16b2a030
Signed-off-by: Vratko Polak <[email protected]>
resources/libraries/bash/entry/bisect.sh