Skip to content

Commit 356c2d6

Browse files
committed
ci: cleanup zephyr workspace
Remove existing zephyr workspace and remove the .west directory. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 4f27744 commit 356c2d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,6 +1423,9 @@ jobs:
14231423
14241424
# Create Zephyr workspace
14251425
ZEPHYR_WORKSPACE=${GITHUB_WORKSPACE}/zephyrproject
1426+
sudo rm -rf ${ZEPHYR_WORKSPACE}/.west
1427+
sudo rm -rf ${ZEPHYR_WORKSPACE}
1428+
ls -la ${ZEPHYR_WORKSPACE}
14261429
west init ${ZEPHYR_WORKSPACE}
14271430
cd ${ZEPHYR_WORKSPACE}
14281431

0 commit comments

Comments
 (0)