File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ jobs:
268
268
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
269
269
-e artifact_path=/opt/kayobe/images/overcloud-rocky-9 \
270
270
-e artifact_tag=${{ steps.host_image_tag.outputs.host_image_tag }} \
271
- -e artifact_type="kayobe-images/{{ inputs.cpu-platform-architecture }}" \
271
+ -e artifact_type="kayobe-images/$ {{ inputs.cpu-platform-architecture }}" \
272
272
-e file_regex="*.qcow2" \
273
273
-e os_distribution="rocky" \
274
274
-e os_release="9"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ stackhpc_overcloud_dib_host_image:
16
16
env : " {{ stackhpc_overcloud_dib_env_vars }}"
17
17
packages : " {{ stackhpc_overcloud_dib_packages }}"
18
18
properties :
19
- - cpu_arch : " {{ overcloud_dib_architecture }} "
19
+ - cpu_arch : " {{ overcloud_dib_architecture }}"
20
20
21
21
22
22
# StackHPC overcloud DIB image name.
You can’t perform that action at this time.
0 commit comments