From 7d58e997f290a87f45b2c67b67116d8f3000a656 Mon Sep 17 00:00:00 2001 From: Igor Date: Thu, 3 Aug 2023 18:58:49 +0200 Subject: [PATCH] Update smoke-tests.yml --- .github/workflows/smoke-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 243d0c0c..4eac66cc 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -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 }}"