Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -410,11 +410,11 @@ clang-format-check: 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 - run: git apply $PATCH_FILE_NAME\n - commit new changes" 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 - run: git apply $PATCH_FILE_NAME\n - commit new changes" stage: validate needs: [] Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -410,11 +410,11 @@ clang-format-check: 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 - run: git apply $PATCH_FILE_NAME\n - commit new changes" 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 - run: git apply $PATCH_FILE_NAME\n - commit new changes" stage: validate needs: [] Loading