From 408473f85de3f72732ff9427f0befb9c704cc12b Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Mon, 31 Oct 2022 07:08:19 +0900 Subject: [PATCH] ci: clang: 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/clang.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/clang.yaml b/.github/workflows/clang.yaml index e273f9835bd..df0fa258c43 100644 --- a/.github/workflows/clang.yaml +++ b/.github/workflows/clang.yaml @@ -34,11 +34,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: |