Skip to content

Commit 4947fd7

Browse files
committed
chore: migrate init task to 0.2
Signed-off-by: Ruben Romero Montes <[email protected]>
1 parent 1f10983 commit 4947fd7

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

.tekton/exhort-pull-request.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,6 @@ spec:
9696
description: Skip checks against built image
9797
name: skip-checks
9898
type: string
99-
- default: "true"
100-
description: Skip optional checks, set false if you want to run optional checks
101-
name: skip-optional
102-
type: string
10399
- default: "false"
104100
description: Execute the build with network isolation
105101
name: hermetic
@@ -141,12 +137,6 @@ spec:
141137
value: $(params.rebuild)
142138
- name: skip-checks
143139
value: $(params.skip-checks)
144-
- name: skip-optional
145-
value: $(params.skip-optional)
146-
- name: pipelinerun-name
147-
value: $(context.pipelineRun.name)
148-
- name: pipelinerun-uid
149-
value: $(context.pipelineRun.uid)
150140
taskRef:
151141
params:
152142
- name: name

.tekton/exhort-push.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,6 @@ spec:
9090
description: Skip checks against built image
9191
name: skip-checks
9292
type: string
93-
- default: "true"
94-
description: Skip optional checks, set false if you want to run optional checks
95-
name: skip-optional
96-
type: string
9793
- default: "false"
9894
description: Execute the build with network isolation
9995
name: hermetic
@@ -135,12 +131,6 @@ spec:
135131
value: $(params.rebuild)
136132
- name: skip-checks
137133
value: $(params.skip-checks)
138-
- name: skip-optional
139-
value: $(params.skip-optional)
140-
- name: pipelinerun-name
141-
value: $(context.pipelineRun.name)
142-
- name: pipelinerun-uid
143-
value: $(context.pipelineRun.uid)
144134
taskRef:
145135
params:
146136
- name: name

0 commit comments

Comments
 (0)