From 72dc0210aef5b76cc771e6b99ca50f41c6ea5c25 Mon Sep 17 00:00:00 2001 From: Chitrang Patel Date: Mon, 10 Jun 2024 15:29:05 -0400 Subject: [PATCH] Fix: Example Test point to Catalog StepAction Prior to this, the e2e test was pointing to chitrangpatel's private repository. This unintentionally broke our CI since the example test started to fail. Now that we have a catalog of StepActions, point there instead. --- .../v1/taskruns/beta/stepaction-git-resolver.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/examples/v1/taskruns/beta/stepaction-git-resolver.yaml b/examples/v1/taskruns/beta/stepaction-git-resolver.yaml index 346f515be67..3bdaf7df327 100644 --- a/examples/v1/taskruns/beta/stepaction-git-resolver.yaml +++ b/examples/v1/taskruns/beta/stepaction-git-resolver.yaml @@ -6,11 +6,11 @@ metadata: spec: params: - name: pathInRepo - value: basic_step.yaml + value: stepaction/git-clone/0.1/git-clone.yaml - name: revision value: main - name: repoUrl - value: https://github.com/chitrangpatel/repo1M.git + value: https://github.com/tektoncd/catalog.git TaskSpec: steps: - name: action-runner @@ -23,3 +23,10 @@ spec: value: $(params.revision) - name: pathInRepo value: $(params.pathInRepo) + params: + - name: url + value: https://github.com/kelseyhightower/nocode + - name: revision + value: master + - name: output-path + value: /workspace