Skip to content

Commit 02ae238

Browse files
Merge pull request #324 from red-hat-data-services/update-push.yaml
Update notebooks-rocm-push.yaml
2 parents 1619618 + 2b0e567 commit 02ae238

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.tekton/notebooks-rocm-push.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@ spec:
168168
- name: generate-odcs-compose
169169
runAfter: [prep-inputs]
170170
workspaces:
171-
- name: workdir
172-
workspace: workdir
171+
- name: workspace
172+
workspace: workspace
173173
params:
174174
- name: COMPOSE_INPUTS
175175
value: amd/rhel9-python-3.9/compose_inputs.yaml
@@ -187,11 +187,11 @@ spec:
187187
- name: check-results
188188
runAfter: [generate-odcs-compose]
189189
workspaces:
190-
- name: workdir
191-
workspace: workdir
190+
- name: workspace
191+
workspace: workspace
192192
taskSpec:
193193
workspaces:
194-
- name: workdir
194+
- name: workspace
195195
description: \
196196
Working directory that will be used for reading configuration
197197
files and writing the output

0 commit comments

Comments
 (0)