Skip to content

Commit

Permalink
Merge pull request #1294 from lcarva/update-init-task-0.2
Browse files Browse the repository at this point in the history
Remove deprecated params for the init task
  • Loading branch information
lcarva authored Jan 19, 2024
2 parents 63b160f + f1a1972 commit 00d216c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .tekton/cli-main-ci-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,6 @@ spec:
value: $(params.rebuild)
- name: skip-checks
value: $(params.skip-checks)
- name: skip-optional
value: $(params.skip-optional)
- name: pipelinerun-name
value: $(context.pipelineRun.name)
- name: pipelinerun-uid
value: $(context.pipelineRun.uid)
taskRef:
params:
- name: name
Expand Down
6 changes: 0 additions & 6 deletions .tekton/cli-main-ci-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,6 @@ spec:
value: $(params.rebuild)
- name: skip-checks
value: $(params.skip-checks)
- name: skip-optional
value: $(params.skip-optional)
- name: pipelinerun-name
value: $(context.pipelineRun.name)
- name: pipelinerun-uid
value: $(context.pipelineRun.uid)
taskRef:
params:
- name: name
Expand Down

0 comments on commit 00d216c

Please sign in to comment.