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