File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ jobs:
285285 -e artifact_type="kayobe-images" \
286286 -e file_regex="*.qcow2" \
287287 -e os_distribution="rocky" \
288- -e os_release="9"
288+ -e os_release="9" -vvv
289289 env :
290290 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
291291 if : inputs.rocky9 && steps.build_rocky_9.outcome == 'success'
@@ -336,7 +336,7 @@ jobs:
336336 - name : Upload logs artifact
337337 uses : actions/upload-artifact@v4
338338 with :
339- name : Build logs
339+ name : Build logs Rocky
340340 path : ./logs
341341 if : always()
342342
@@ -548,7 +548,7 @@ jobs:
548548 -e artifact_type="kayobe-images" \
549549 -e file_regex="*.qcow2" \
550550 -e os_distribution="ubuntu" \
551- -e os_release="noble"
551+ -e os_release="noble" -vvv
552552 env :
553553 KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
554554 if : inputs.ubuntu-noble && steps.build_ubuntu_noble.outcome == 'success'
@@ -599,7 +599,7 @@ jobs:
599599 - name : Upload logs artifact
600600 uses : actions/upload-artifact@v4
601601 with :
602- name : Build logs
602+ name : Build logs Ubuntu
603603 path : ./logs
604604 if : always()
605605
You can’t perform that action at this time.
0 commit comments