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 <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-10-31 07:08:19 +09:00
parent 6c676827e7
commit 408473f85d
1 changed files with 0 additions and 5 deletions

View File

@ -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: |