Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -909,6 +909,7 @@ clang-format-check: - run: git apply $PATCH_FILE_NAME\n - commit new changes" - format_problems=0 - scripts/check-format.sh -af -p 8 || format_problems=$? - if [ $format_problems == 0 ] ; then exit 0; fi Loading @@ -926,7 +927,7 @@ clang-format-check: expire_in: 1 day paths: - tmp-formatting-fix/ when: always when: on_failure name: "$ARTIFACT_BASE_NAME" expose_as: "formatting patch" Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -909,6 +909,7 @@ clang-format-check: - run: git apply $PATCH_FILE_NAME\n - commit new changes" - format_problems=0 - scripts/check-format.sh -af -p 8 || format_problems=$? - if [ $format_problems == 0 ] ; then exit 0; fi Loading @@ -926,7 +927,7 @@ clang-format-check: expire_in: 1 day paths: - tmp-formatting-fix/ when: always when: on_failure name: "$ARTIFACT_BASE_NAME" expose_as: "formatting patch" Loading