Commit 5d6e7209 authored by Jan Kiene's avatar Jan Kiene
Browse files

do not print diff to not overflow gitlab CI log

parent 4f1c207a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -321,7 +321,7 @@ clang-format-check:
      - commit new changes"

    - format_problems=0
    - scripts/check-format.sh -af -p 8 || format_problems=$?
    - scripts/check-format.sh -afD -p 8 || format_problems=$?
    - if [ $format_problems == 0 ] ; then exit 0; fi

    - mkdir tmp-formatting-fix