libbpf / ci

BPF CI
Other
10 stars 23 forks source link

Interpret `diff(1)` exit code correctly #77

Closed danielocfb closed 1 year ago

danielocfb commented 1 year ago

diff(1) exits with 0 if two files are equal and 1 if they are not. That means our conditional logic is inverse of what it should be. Make sure to always update the config we use by swapping the branches.

Signed-off-by: Daniel Müller deso@posteo.net