Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ clang-format-check: - if [ $format_problems == 0 ] ; then exit 0; fi - mkdir tmp-formatting-fix - git diff > "tmp-formatting-fix/$ARTIFACT_BASE_NAME".patch" - git diff > "tmp-formatting-fix/$ARTIFACT_BASE_NAME.patch" # Print instructions to job output - echo -e "$INSTRUCTIONS_GITLAB" Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -423,7 +423,7 @@ clang-format-check: - if [ $format_problems == 0 ] ; then exit 0; fi - mkdir tmp-formatting-fix - git diff > "tmp-formatting-fix/$ARTIFACT_BASE_NAME".patch" - git diff > "tmp-formatting-fix/$ARTIFACT_BASE_NAME.patch" # Print instructions to job output - echo -e "$INSTRUCTIONS_GITLAB" Loading