Radish alpha
r
rad:zwTxygwuz5LDGBq255RA2CbNGrz8
Radicle CI broker
Radicle
Git
fix: show branch name in push events in HTML reports
Merged liw opened 1 year ago

We used to parse the ref name to find out the branch name, when creating a trigger message. The CI events now do that for us. This meant that parsing the branch name failed, and resulted in the empty string.

Fix this by using already-parsed branch name from the CI event instead of trying to parse it again.

Signed-off-by: Lars Wirzenius liw@liw.fi

liw opened with revision 12209e7e on base 70f1ba7d +6 -47 1 year ago

We used to parse the ref name to find out the branch name, when creating a trigger message. The CI events now do that for us. This meant that parsing the branch name failed, and resulted in the empty string.

Fix this by using already-parsed branch name from the CI event instead of trying to parse it again.

Signed-off-by: Lars Wirzenius liw@liw.fi

liw merged revision 12209e7e at 67c215c9 1 year ago