Skip to content

Commit

Permalink
ci: cleanup zephyr workspace
Browse files Browse the repository at this point in the history
Remove existing zephyr workspace and remove the .west directory.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Aug 28, 2023
1 parent 4f27744 commit 356c2d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1423,6 +1423,9 @@ jobs:
# Create Zephyr workspace
ZEPHYR_WORKSPACE=${GITHUB_WORKSPACE}/zephyrproject
sudo rm -rf ${ZEPHYR_WORKSPACE}/.west
sudo rm -rf ${ZEPHYR_WORKSPACE}
ls -la ${ZEPHYR_WORKSPACE}
west init ${ZEPHYR_WORKSPACE}
cd ${ZEPHYR_WORKSPACE}
Expand Down

0 comments on commit 356c2d6

Please sign in to comment.