From 6fda77828fc1f61ca527ea9903c98524013fff07 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 15 Jul 2020 14:00:03 +1000 Subject: [PATCH] ci: Allow test-management working dir to be missing on clone --- tools/ci/config/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci/config/deploy.yml b/tools/ci/config/deploy.yml index 0e8695a749..bc405a2204 100644 --- a/tools/ci/config/deploy.yml +++ b/tools/ci/config/deploy.yml @@ -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