mirror of
https://github.com/armbian/scripts.git
synced 2026-01-06 10:32:48 -08:00
Update smoke-tests.yml
This commit is contained in:
3
.github/workflows/smoke-tests.yml
vendored
3
.github/workflows/smoke-tests.yml
vendored
@@ -219,7 +219,8 @@ jobs:
|
||||
if: ${{ github.repository_owner == 'Armbian' && env.PROCEED == 'true' }}
|
||||
run: |
|
||||
|
||||
ssh -o StrictHostKeyChecking=no root@${{ env.DUT_IP }} "apt-get -y purge '^linux-image-*' '^linux-dtb-*'" || true
|
||||
ssh -o StrictHostKeyChecking=no root@${{ env.DUT_IP }} "apt-get -y purge '^linux-image-*'" || true
|
||||
ssh -o StrictHostKeyChecking=no root@${{ env.DUT_IP }} "apt-get -y purge '^linux-dtb-*'" || true
|
||||
rm -rf *.json
|
||||
|
||||
- name: "Install linux-image-legacy-${{ env.LINUXFAMILY }}"
|
||||
|
||||
Reference in New Issue
Block a user