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:
245
245
kayobe playbook run \
246
246
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
247
247
-e artifact_path=/opt/kayobe/images/ipa \
248
- -e artifact_type=ipa \
248
+ -e artifact_type=ipa-images \
249
249
-e artifact_tag=${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
250
250
-e os_distribution="ubuntu" \
251
251
-e os_release="jammy" \
@@ -286,7 +286,7 @@ jobs:
286
286
kayobe playbook run \
287
287
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
288
288
-e artifact_path=/opt/kayobe/images/ipa \
289
- -e artifact_type=ipa \
289
+ -e artifact_type=ipa-images \
290
290
-e artifact_tag=${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
291
291
-e os_distribution="rocky" \
292
292
-e os_release="9" \
@@ -303,7 +303,7 @@ jobs:
303
303
kayobe playbook run \
304
304
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-upload.yml \
305
305
-e artifact_path=/opt/kayobe/images/ipa \
306
- -e artifact_type=ipa \
306
+ -e artifact_type=ipa-images \
307
307
-e artifact_tag=${{ steps.ipa_image_tag.outputs.ipa_image_tag }} \
308
308
-e os_distribution="rocky" \
309
309
-e os_release="9" \
Original file line number Diff line number Diff line change 77
77
source src/kayobe-config/kayobe-env --environment ci-builder &&
78
78
kayobe playbook run \
79
79
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-promote.yml \
80
- -e artifact_type="ipa" \
80
+ -e artifact_type="ipa-images " \
81
81
-e os_distribution='rocky' \
82
82
-e os_release='9'
83
83
env :
91
91
source src/kayobe-config/kayobe-env --environment ci-builder &&
92
92
kayobe playbook run \
93
93
src/kayobe-config/etc/kayobe/ansible/pulp-artifact-promote.yml \
94
- -e artifact_type="ipa" \
94
+ -e artifact_type="ipa-images " \
95
95
-e os_distribution='ubuntu' \
96
96
-e os_release='jammy'
97
97
env :
You can’t perform that action at this time.
0 commit comments