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

pull/5688/head
Angus Gratton 2020-07-15 14:00:03 +10:00 zatwierdzone przez bot
rodzic 1c4d4752b3
commit 6fda77828f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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