Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -411,7 +411,7 @@ clang-format-check: timeout: "5 minutes" script: - scripts/check-format.sh -af -p 8 || format_problems=$? - if [ $format_problems == 0 ] then; exit 0; fi - if [ $format_problems == 0 ] ; then exit 0; fi - git diff > formatting-fix.patch artifacts: paths: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -411,7 +411,7 @@ clang-format-check: timeout: "5 minutes" script: - scripts/check-format.sh -af -p 8 || format_problems=$? - if [ $format_problems == 0 ] then; exit 0; fi - if [ $format_problems == 0 ] ; then exit 0; fi - git diff > formatting-fix.patch artifacts: paths: Loading