Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -909,7 +909,8 @@ clang-format-check: - run: git apply $PATCH_FILE_NAME\n - commit new changes" - scripts/check-format.sh -af -p 8 || format_problems=$? - scripts/check-format.sh -af -p 8 - format_problems=$? - if [ $format_problems == 0 ] ; then exit 0; fi - mkdir tmp-formatting-fix Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -909,7 +909,8 @@ clang-format-check: - run: git apply $PATCH_FILE_NAME\n - commit new changes" - scripts/check-format.sh -af -p 8 || format_problems=$? - scripts/check-format.sh -af -p 8 - format_problems=$? - if [ $format_problems == 0 ] ; then exit 0; fi - mkdir tmp-formatting-fix Loading