From af569d60b4c7ca82e7fce31d859c3a4de2859ba7 Mon Sep 17 00:00:00 2001 From: Pavel Sturc Date: Mon, 16 Dec 2024 10:55:39 +0100 Subject: [PATCH] fix: correct git URL, branch --- integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml b/integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml index b7a9d5b9a..eb5075546 100644 --- a/integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml +++ b/integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml @@ -117,9 +117,9 @@ spec: resolver: git params: - name: url - value: https://github.com/psturc/e2e-tests.git + value: https://github.com/konflux-ci/e2e-tests.git - name: revision - value: KFLUXDP-6 + value: main - name: pathInRepo value: integration-tests/tasks/konflux-e2e-tests-task.yaml params: