Skip to content

Commit

Permalink
[stf-run-ci][create_catalog] Fixup Zuul workdir reference
Browse files Browse the repository at this point in the history
  • Loading branch information
compi-migui committed Nov 8, 2024
1 parent 81668dd commit ac1cbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/stf-run-ci/tasks/create_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

- name: Set the csv_dest based on whether zuul is used or not
ansible.builtin.set_fact:
csv_dest: "{{ zuul.executor.work_dir if zuul is defined else base_dir + '/working/service-telemetry-framework-index/' }}"
csv_dest: "{{ zuul.executor.work_root if zuul is defined else base_dir + '/working/service-telemetry-framework-index/' }}"

- name: "Put the CSV files onto the ansible controller, so we can include_vars"
ansible.builtin.fetch:
Expand Down

0 comments on commit ac1cbfd

Please sign in to comment.