Loading .gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -407,15 +407,15 @@ clang-format-check: variables: ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix" PATCH_FILE_NAME: '"$ARTIFACT_BASE_NAME".patch' INSTRUCTIONS_GITLAB: 'To fix formatting issues:\n 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:\n - 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"\n - commit new changes' - run: git apply $PATCH_FILE_NAME\n - commit new changes" stage: validate needs: [] timeout: "5 minutes" Loading Loading
.gitlab-ci.yml +6 −6 Original line number Diff line number Diff line Loading @@ -407,15 +407,15 @@ clang-format-check: variables: ARTIFACT_BASE_NAME: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--formatting-fix" PATCH_FILE_NAME: '"$ARTIFACT_BASE_NAME".patch' INSTRUCTIONS_GITLAB: 'To fix formatting issues:\n 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:\n - 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"\n - commit new changes' - run: git apply $PATCH_FILE_NAME\n - commit new changes" stage: validate needs: [] timeout: "5 minutes" Loading