diff --git a/.tekton/tektoncd-pipeline-next-controller-pull-request.yaml b/.tekton/tektoncd-pipeline-next-controller-pull-request.yaml index ceee453c7d0..1ddd2ad383e 100644 --- a/.tekton/tektoncd-pipeline-next-controller-pull-request.yaml +++ b/.tekton/tektoncd-pipeline-next-controller-pull-request.yaml @@ -4,7 +4,7 @@ kind: PipelineRun metadata: annotations: pipelinesascode.tekton.dev/cancel-in-progress: "true" # Cancel in-progress pipelines - pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/openshift-pipelines/operator/refs/heads/main/.tekton/docker-build-ta.yaml" + pipelinesascode.tekton.dev/pipeline: "https://raw.githubusercontent.com/aThorp96/openshift-pipelines-operator/refs/heads/build-label-tests/.tekton/docker-build-ta.yaml" build.appstudio.openshift.io/repo: https://github.com/openshift-pipelines/tektoncd-pipeline.git?rev={{revision}} build.appstudio.redhat.com/commit_sha: '{{revision}}' build.appstudio.redhat.com/pull_request_number: '{{pull_request_number}}' @@ -26,6 +26,8 @@ spec: params: - name: git-url value: '{{source_url}}' + - name: upstream-git-url + value: 'https://github.com/tektoncd/pipeline' - name: revision value: '{{revision}}' - name: output-image