Commit dc12754b authored by Stephanos Ioannidis's avatar Stephanos Ioannidis
Browse files

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: default avatarStephanos Ioannidis <root@stephanos.io>
parent 869566c1
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -47,11 +47,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
@@ -149,11 +144,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: |