File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ jobs:
245245 kayobe playbook run \
246246 src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
247247 -e artifact_path=/opt/kayobe/images/ipa \
248- -e artifact_type=ipa \
248+ -e artifact_type=ipa-images \
249249 -e artifact_tag=${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
250250 -e os_distribution="ubuntu" \
251251 -e os_release="jammy" \
@@ -286,7 +286,7 @@ jobs:
286286 kayobe playbook run \
287287 src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
288288 -e artifact_path=/opt/kayobe/images/ipa \
289- -e artifact_type=ipa \
289+ -e artifact_type=ipa-images \
290290 -e artifact_tag=${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
291291 -e os_distribution="rocky" \
292292 -e os_release="9" \
@@ -303,7 +303,7 @@ jobs:
303303 kayobe playbook run \
304304 src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
305305 -e artifact_path=/opt/kayobe/images/ipa \
306- -e artifact_type=ipa \
306+ -e artifact_type=ipa-images \
307307 -e artifact_tag=${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
308308 -e os_distribution="rocky" \
309309 -e os_release="9" \
Original file line number Diff line number Diff line change 7777 source src/kayobe-config/kayobe-env --environment ci-builder &&
7878 kayobe playbook run \
7979 src/kayobe-config/etc/kayobe/ansible/pulp-artifact-promote.yml \
80- -e artifact_type="ipa" \
80+ -e artifact_type="ipa-images " \
8181 -e os_distribution='rocky' \
8282 -e os_release='9'
8383 env :
9191 source src/kayobe-config/kayobe-env --environment ci-builder &&
9292 kayobe playbook run \
9393 src/kayobe-config/etc/kayobe/ansible/pulp-artifact-promote.yml \
94- -e artifact_type="ipa" \
94+ -e artifact_type="ipa-images " \
9595 -e os_distribution='ubuntu' \
9696 -e os_release='jammy'
9797 env :
You can’t perform that action at this time.
0 commit comments