Skip to content

Commit

Permalink
ci: twister: Remove obsolete clean-up steps
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
stephanosio committed Oct 30, 2022
1 parent a3ae6ad commit 4d195cb
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/twister.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 4d195cb

Please sign in to comment.