From 5fc63473db59700a89735e2edb4acc36800e35ba Mon Sep 17 00:00:00 2001 From: Antonio Torres Date: Mon, 20 Jan 2025 10:23:22 +0100 Subject: [PATCH] Konflux: migrate from buildah 0.2 to 0.3 Following steps from: https://github.com/konflux-ci/build-definitions/blob/main/task/buildah/0.3/MIGRATION.md Signed-off-by: Antonio Torres --- .tekton/ipa-tuura-pull-request.yaml | 3 --- .tekton/ipa-tuura-push.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.tekton/ipa-tuura-pull-request.yaml b/.tekton/ipa-tuura-pull-request.yaml index 298e0e7..7cbbe53 100644 --- a/.tekton/ipa-tuura-pull-request.yaml +++ b/.tekton/ipa-tuura-pull-request.yaml @@ -128,9 +128,6 @@ spec: - description: "" name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) - - description: "" - name: JAVA_COMMUNITY_DEPENDENCIES - value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES) tasks: - name: init params: diff --git a/.tekton/ipa-tuura-push.yaml b/.tekton/ipa-tuura-push.yaml index e3f0f7c..6aa816e 100644 --- a/.tekton/ipa-tuura-push.yaml +++ b/.tekton/ipa-tuura-push.yaml @@ -125,9 +125,6 @@ spec: - description: "" name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) - - description: "" - name: JAVA_COMMUNITY_DEPENDENCIES - value: $(tasks.build-container.results.JAVA_COMMUNITY_DEPENDENCIES) tasks: - name: init params: