We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 849ce3c commit c1104a5Copy full SHA for c1104a5
.github/actions/shared-steps/action.yml
@@ -546,6 +546,10 @@ runs:
546
# Get installed packages list
547
sudo vagrant ssh default -c "rpm -qa --queryformat '%{NAME}\n' | sort > ${{ env.IMAGE_FILE }}.txt"
548
sudo vagrant scp default:${{ env.IMAGE_FILE }}.txt ./${{ env.IMAGE_FILE }}.txt
549
+
550
+ sudo vagrant ssh default -c "sudo cat /proc/tty/driver/serial"
551
+ sudo vagrant ssh default -c "sudo cat cat /var/log/messages"
552
553
# Cleanup Vagrant VM and box
554
sudo vagrant destroy $(vagrant global-status | grep default | awk '{print $1}') --force || true
555
sudo vagrant box remove ${{ inputs.type }}-${{ inputs.variant }} --force || true
0 commit comments