Skip to content

Commit

Permalink
[patch] Update must-gather base output dir in fvt pipeline (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-miran authored May 22, 2024
1 parent 5c51b59 commit 05600b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/src/pipelines/fvt-launcher.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ spec:
name: mas-devops-must-gather
params:
- name: base_output_dir
value: "/workspace/mustgather/$(context.pipelineRun.name)"
value: "/mustgather/$(context.pipelineRun.name)"
workspaces:
- name: mustgather
workspace: shared-mustgather
Expand Down

0 comments on commit 05600b8

Please sign in to comment.