Commit 3d2067fa authored by sagnowski's avatar sagnowski
Browse files

Re-introduce newlines

parent 430a9734
Loading
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -413,15 +413,15 @@ clang-format-check:
    # Set up variables. This can't be done in the "variables" section because variables are not expanded properly there
    - PATCH_FILE_NAME="$ARTIFACT_BASE_NAME".patch
    - >
      INSTRUCTIONS_GITLAB="To fix formatting issues:
      - download the diff patch available as artifact of this job
      - unzip the artifact and place the patch file in the root directory of your local IVAS repo
      - run: git apply $PATCH_FILE_NAME
      INSTRUCTIONS_GITLAB="To fix formatting issues:\n
      - download the diff patch available as artifact of this job\n
      - unzip the artifact and place the patch file in the root directory of your local IVAS repo\n
      - run: git apply $PATCH_FILE_NAME\n
      - commit new changes"
    - >
      INSTRUCTIONS_README="To fix formatting issues:
      - place the patch file in the root directory of your local IVAS repo
      - run: git apply $PATCH_FILE_NAME
      INSTRUCTIONS_README="To fix formatting issues:\n
      - place the patch file in the root directory of your local IVAS repo\n
      - run: git apply $PATCH_FILE_NAME\n
      - commit new changes"
    
    - scripts/check-format.sh -af -p 8 || format_problems=$?