[WIFI-7915] Add: delete allure-results before downloading

Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
This commit is contained in:
Dmitry Dunaev
2022-05-16 13:01:51 +03:00
parent 5965d44d61
commit dee70a8b34

View File

@@ -135,6 +135,7 @@ runs:
kubectl cp $podname:/wlan-testing/tests/test_everything.xml test_everything.xml >/dev/null 2>&1
done
echo "tests completed"
rm -f allure-results
echo "downloading allure results..."
kubectl cp $podname:/tmp/allure-results allure-results >/dev/null 2>&1
echo "waiting for pod to exit"