From 1c8c3542e7a9c974785bc6249e05e5c3d1c87f2e Mon Sep 17 00:00:00 2001 From: James Pace Date: Tue, 11 Apr 2023 20:03:16 -0400 Subject: [PATCH] Add missing parameter. --- generic-pipelines/test-pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/generic-pipelines/test-pipeline.yaml b/generic-pipelines/test-pipeline.yaml index 5516713..5e01886 100644 --- a/generic-pipelines/test-pipeline.yaml +++ b/generic-pipelines/test-pipeline.yaml @@ -46,6 +46,8 @@ spec: value: tests - name: git-repo-name value: job-test + - name: context + value: test/test-pipeline - name: sha value: $(tasks.fetch-repo.results.hash) - name: status