Skip to content

Commit

Permalink
Fix the repo for remote resolution (#1223)
Browse files Browse the repository at this point in the history
The repo for remote resolution of the publish task in the release
pipeline points to "pipeline" instead of "chains". Fix that.

Signed-off-by: Andrea Frittoli <[email protected]>
  • Loading branch information
afrittoli authored Oct 4, 2024
1 parent 8b7e5c8 commit 5252780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/release-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ spec:
resolver: git
params:
- name: repo
value: pipeline
value: chains
- name: org
value: tektoncd
- name: revision
Expand Down

0 comments on commit 5252780

Please sign in to comment.