Commit 689c3ce2 authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[tryfix] setting return value for format_problems

parent 3e68439f
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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