From f5bc2ba4fd2674ba8479893ec00f8d9679eda8ed Mon Sep 17 00:00:00 2001 From: Juha Alanen Date: Tue, 25 Feb 2020 16:07:53 +0200 Subject: [build][ios] Upload updated metrics to CI artifacts --- circle.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index eab66e960a..296babe94d 100644 --- a/circle.yml +++ b/circle.yml @@ -413,8 +413,9 @@ jobs: if ls render-test-app/TestLogs/*.html 1> /dev/null 2>&1; then cp render-test-app/TestLogs/*.html /tmp/tests/ios-render-test; fi if [[ -n $(ls render-test-app/TestLogs/*.zip 2>/dev/null) ]]; then cp render-test-app/TestLogs/*.zip metrics/ios-render-test-runner/ + cp render-test-app/TestLogs/*.zip /tmp/tests/ios-render-test cd metrics/ios-render-test-runner/ - unzip *.zip + unzip -o *.zip rm -rf *.zip fi fi -- cgit v1.2.1