ci: Allow test-management working dir to be missing on clone

This commit is contained in:
Angus Gratton 2020-07-15 14:00:03 +10:00 committed by bot
parent 1c4d4752b3
commit 6fda77828f

View File

@ -176,7 +176,7 @@ deploy_test_result:
- export SUMMARY="IDF CI test result for $GIT_SHA (r${REV_COUNT})"
# artifacts of job update_test_cases creates test-management folder
# 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
- python3 $CHECKOUT_REF_SCRIPT test-management test-management
- cd test-management