summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuha Alanen <juha.alanen@mapbox.com>2020-02-25 16:07:53 +0200
committerJuha Alanen <juha.alanen@mapbox.com>2020-02-26 11:46:58 +0200
commitf5bc2ba4fd2674ba8479893ec00f8d9679eda8ed (patch)
treeb716d9b95b3ab6686779d7cd58c442d4d70ee8c3
parenta5dc244b61787b122896ac70ec223f580e1fd9ec (diff)
downloadqtlocation-mapboxgl-upstream/jmalanen-build-updates.tar.gz
[build][ios] Upload updated metrics to CI artifactsupstream/jmalanen-build-updates
-rw-r--r--circle.yml3
1 files changed, 2 insertions, 1 deletions
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