Skip to content

ci: notify user when branch is too far off master to be analyzed

q3k requested to merge q3k/firmware:q3k/ci-notify-off-master into master

We just hit this in https://git.card10.badge.events.ccc.de/swym/firmware/-/jobs/3010.

This currently leaves an annoyingly difficult to parse error:

$ git diff --name-only $(git merge-base --fork-point card10/master)...HEAD | xargs tools/code-style.sh
usage: tools/code-style.sh <source.c> ...

Merge request reports