From d18f60e9afea8ddccb9143b470bb7b9dd7f3f403 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 19 Mar 2024 21:49:07 -0700 Subject: [PATCH] Stop publishing documentation from CI Remove upload attributes to prevent zip documentation from being deployed. See gh-33766 --- ci/pipeline.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 427d4f82cbd..140e4e62b8d 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -64,12 +64,6 @@ anchors: build_number: "${BUILD_JOB_NAME}-${BUILD_NAME}" disable_checksum_uploads: true threads: 8 - artifact_set: - - include: - - "/**/spring-boot-docs-*.zip" - properties: - "zip.type": "docs" - "zip.deployed": "false" slack-fail-params: &slack-fail-params text: > :concourse-failed: