Skip to content

Commit 970d48d

Browse files
Merge pull request #325 from red-hat-data-services/update-push.yaml-1
Update notebooks-rocm-push.yaml
2 parents 02ae238 + 6c0ed82 commit 970d48d

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: workspace
172-
workspace: workspace
171+
- name: workdir
172+
workspace: workdir
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: workspace
191-
workspace: workspace
190+
- name: workdir
191+
workspace: workdir
192192
taskSpec:
193193
workspaces:
194-
- name: workspace
194+
- name: workdir
195195
description: \
196196
Working directory that will be used for reading configuration
197197
files and writing the output

0 commit comments

Comments
 (0)