Skip to content

Commit 6fda778

Browse files
projectgusespressif-bot
authored andcommitted
ci: Allow test-management working dir to be missing on clone
1 parent 1c4d475 commit 6fda778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci/config/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ deploy_test_result:
176176
- export SUMMARY="IDF CI test result for $GIT_SHA (r${REV_COUNT})"
177177
# artifacts of job update_test_cases creates test-management folder
178178
# we need to remove it so we can clone test-management folder again
179-
- rm -r test-management
179+
- rm -rf test-management
180180
- git clone $TEST_MANAGEMENT_REPO
181181
- python3 $CHECKOUT_REF_SCRIPT test-management test-management
182182
- cd test-management

0 commit comments

Comments
 (0)