From a02e318c7d8ec28260bd69e2baf4f5dc9253b14b Mon Sep 17 00:00:00 2001 From: Misha Sugakov <537715+msugakov@users.noreply.github.com> Date: Wed, 8 Jan 2025 18:35:20 +0100 Subject: [PATCH] chore: Kill `Java` mentions from Konflux pipelines (#2006) --- .tekton/collector-component-pipeline.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.tekton/collector-component-pipeline.yaml b/.tekton/collector-component-pipeline.yaml index d3d0c93953..56d1a9239b 100644 --- a/.tekton/collector-component-pipeline.yaml +++ b/.tekton/collector-component-pipeline.yaml @@ -82,10 +82,6 @@ spec: description: Build dependencies to be prefetched by Cachi2 name: prefetch-input type: string - - default: "false" - description: Java build - name: java - type: string - description: Image tag expiration time, time values could be something like 1h, 2d, 3w for hours, days, and weeks, respectively. name: image-expires-after @@ -119,9 +115,6 @@ spec: - description: "" name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) - - description: "" - name: JAVA_COMMUNITY_DEPENDENCIES - value: $(tasks.build-container-amd64.results.JAVA_COMMUNITY_DEPENDENCIES) workspaces: - name: git-auth