Skip to content

Commit

Permalink
Fix: Example Test point to Catalog StepAction
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chitrangpatel authored and tekton-robot committed Jun 11, 2024
1 parent 9760223 commit b0f294e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions examples/v1/taskruns/beta/stepaction-git-resolver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit b0f294e

Please sign in to comment.