From 4d195cb2c3e12ab6d39c64362bc260ccfc2d14cf Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Mon, 31 Oct 2022 06:59:00 +0900 Subject: [PATCH] ci: twister: Remove obsolete clean-up steps The repository clean-up steps are no longer necessary because the new zephyr-runner is ephemeral and does not contain any files from the previous runs. Signed-off-by: Stephanos Ioannidis --- .github/workflows/twister.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index 2bf3eefe4d4505..44bc9a99bdcd56 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -46,11 +46,6 @@ jobs: # GitHub comes up with a fundamental fix for this problem. git config --global --add safe.directory ${GITHUB_WORKSPACE} - - name: Cleanup - run: | - # hotfix, until we have a better way to deal with existing data - rm -rf zephyr zephyr-testing - - name: Clone cached Zephyr repository if: github.event_name == 'pull_request_target' continue-on-error: true @@ -147,11 +142,6 @@ jobs: # GitHub comes up with a fundamental fix for this problem. git config --global --add safe.directory ${GITHUB_WORKSPACE} - - name: Cleanup - run: | - # hotfix, until we have a better way to deal with existing data - rm -rf zephyr zephyr-testing - - name: Clone cached Zephyr repository continue-on-error: true run: |