Loading .gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -413,6 +413,7 @@ clang-format-check: - scripts/check-format.sh -af -p 8 || format_problems=$? - if [ $format_problems == 0 ] ; then exit 0; fi - git diff > formatting-fix.patch - exit $format_problems artifacts: paths: - formatting-fix.patch Loading Loading
.gitlab-ci.yml +1 −0 Original line number Diff line number Diff line Loading @@ -413,6 +413,7 @@ clang-format-check: - scripts/check-format.sh -af -p 8 || format_problems=$? - if [ $format_problems == 0 ] ; then exit 0; fi - git diff > formatting-fix.patch - exit $format_problems artifacts: paths: - formatting-fix.patch Loading