From b511c7e5791c8b75a9352f18e6e02c2914bf2e24 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 3 Jun 2020 15:04:49 +0100 Subject: [PATCH] Added missing param to tekton pipeline --- tekton/pipelines/pr.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tekton/pipelines/pr.yaml b/tekton/pipelines/pr.yaml index 4b3005c..e39ae28 100644 --- a/tekton/pipelines/pr.yaml +++ b/tekton/pipelines/pr.yaml @@ -11,6 +11,8 @@ spec: type: string - name: projectname type: string + - name: prid + type: string resources: - name: git-source type: git