Skip to content

Commit d5e2a07

Browse files
committed
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 <[email protected]>
1 parent 633dd42 commit d5e2a07

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/twister.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ jobs:
3636
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
3737
BASE_REF: ${{ github.base_ref }}
3838
steps:
39-
- name: Cleanup
40-
run: |
41-
# hotfix, until we have a better way to deal with existing data
42-
rm -rf zephyr zephyr-testing
43-
4439
- name: Clone cached Zephyr repository
4540
if: github.event_name == 'pull_request_target'
4641
continue-on-error: true
@@ -133,11 +128,6 @@ jobs:
133128
COMMIT_RANGE: ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}
134129
BASE_REF: ${{ github.base_ref }}
135130
steps:
136-
- name: Cleanup
137-
run: |
138-
# hotfix, until we have a better way to deal with existing data
139-
rm -rf zephyr zephyr-testing
140-
141131
- name: Clone cached Zephyr repository
142132
continue-on-error: true
143133
run: |

0 commit comments

Comments
 (0)