File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ jobs:
291291 source src/kayobe-config/kayobe-env --environment ci-builder &&
292292 kayobe playbook run \
293293 src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
294- -e artifact_path=/opt/kayobe/images/overcloud-rocky-9-${{ matrix.arch }} \
294+ -e artifact_path=/opt/kayobe/images/overcloud-rocky-9 \
295295 -e artifact_tag=${{ needs.create-tag.outputs.host_image_tag }} \
296296 -e artifact_type="kayobe-images" \
297297 -e file_regex="*.qcow2" \
@@ -358,7 +358,7 @@ jobs:
358358 source src/kayobe-config/kayobe-env --environment ci-builder &&
359359 kayobe playbook run \
360360 src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
361- -e artifact_path=/opt/kayobe/images/overcloud-ubuntu-noble-${{ matrix.arch }} \
361+ -e artifact_path=/opt/kayobe/images/overcloud-ubuntu-noble \
362362 -e artifact_tag=${{ needs.create-tag.outputs.host_image_tag }} \
363363 -e artifact_type="kayobe-images" \
364364 -e file_regex="*.qcow2" \
You can’t perform that action at this time.
0 commit comments