Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading