mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 19:54:32 +02:00
ci: Allow test-management working dir to be missing on clone
This commit is contained in:
@@ -176,7 +176,7 @@ deploy_test_result:
|
|||||||
- export SUMMARY="IDF CI test result for $GIT_SHA (r${REV_COUNT})"
|
- export SUMMARY="IDF CI test result for $GIT_SHA (r${REV_COUNT})"
|
||||||
# artifacts of job update_test_cases creates test-management folder
|
# artifacts of job update_test_cases creates test-management folder
|
||||||
# we need to remove it so we can clone test-management folder again
|
# we need to remove it so we can clone test-management folder again
|
||||||
- rm -r test-management
|
- rm -rf test-management
|
||||||
- git clone $TEST_MANAGEMENT_REPO
|
- git clone $TEST_MANAGEMENT_REPO
|
||||||
- python3 $CHECKOUT_REF_SCRIPT test-management test-management
|
- python3 $CHECKOUT_REF_SCRIPT test-management test-management
|
||||||
- cd test-management
|
- cd test-management
|
||||||
|
Reference in New Issue
Block a user