Skip to content

Commit

Permalink
fix(RELEASE-1310): add update-cr-status to push-disk-images (#725)
Browse files Browse the repository at this point in the history
Signed-off-by: Maor Friedman <[email protected]>
  • Loading branch information
maorfr authored Dec 4, 2024
1 parent 070946e commit 3302c4e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@ spec:
value: $(params.taskGitRevision)
- name: pathInRepo
value: tasks/push-disk-images/push-disk-images.yaml
- name: resultsDirPath
value: "$(tasks.collect-data.results.resultsDir)"
params:
- name: dataPath
value: "$(tasks.collect-data.results.data)"
- name: snapshotPath
value: "$(tasks.collect-data.results.snapshotSpec)"
- name: pipelineRunUid
value: $(context.pipelineRun.uid)
- name: resultsDirPath
value: "$(tasks.collect-data.results.resultsDir)"
workspaces:
- name: data
workspace: release-workspace
Expand Down

0 comments on commit 3302c4e

Please sign in to comment.