Skip to content

Commit

Permalink
Fix broken pipelines
Browse files Browse the repository at this point in the history
* Fix definition of update-dependencies

Signed-off-by: Romain Arnaud <[email protected]>
  • Loading branch information
Roming22 committed Jul 31, 2023
1 parent a5081dc commit b973abc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .tekton/update-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
- name: git-clone
taskRef:
name: git-clone
kind: ClusterTask
kind: Task
workspaces:
- name: output
workspace: source
Expand Down Expand Up @@ -138,7 +138,7 @@ spec:
- update-dockerfiles
taskRef:
name: github-open-pr
kind: ClusterTask
kind: Task
params:
- name: REPO_FULL_NAME
value: "$(params.repo_owner)/$(params.repo_name)"
Expand Down Expand Up @@ -220,7 +220,7 @@ spec:
- update-binaries
taskRef:
name: github-open-pr
kind: ClusterTask
kind: Task
params:
- name: REPO_FULL_NAME
value: "$(params.repo_owner)/$(params.repo_name)"
Expand Down

0 comments on commit b973abc

Please sign in to comment.