Skip to content

Commit

Permalink
Fix git resolver example
Browse files Browse the repository at this point in the history
We are showing an example for the git resolver in the no-ci example, but
the resolver referenced bundles instead of the git resolver.

Signed-off-by: Chmouel Boudjnah <[email protected]>
  • Loading branch information
chmouel authored and tekton-robot committed Oct 27, 2023
1 parent 43ac007 commit 68a3eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/v1/pipelineruns/no-ci/git-resolver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
generateName: git-resolver-
spec:
pipelineRef:
resolver: bundles
resolver: git
params:
- name: url
value: https://github.com/tektoncd/catalog.git
Expand Down

0 comments on commit 68a3eeb

Please sign in to comment.