summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-12-09 10:34:19 +0100
committerTobrun Van Nuland <tobrun.van.nuland@gmail.com>2016-12-22 09:19:41 +0100
commit22434141f21435eda40e4c0e08639312aed72e1c (patch)
tree5efbcd3c0efd17d9712a9d203ef5e4b7193f84ed
parent9327eb088b4d5ce06b23dbf1290c01676274ebb9 (diff)
downloadqtlocation-mapboxgl-22434141f21435eda40e4c0e08639312aed72e1c.tar.gz
[android] - fix ndk stack CI step
-rw-r--r--platform/android/bitrise.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index 961cd6a8a9..6d5cba56dc 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -109,7 +109,7 @@ workflows:
echo "The details from Firebase will be downloaded, zipped and attached as a build artefact."
testUri=$(gsutil ls "gs://test-lab-wrrntqk05p31w-h3y1qk44vuunw/" | tail -n1)
echo "Downloading from : "$testUri
- cd platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk && gsutil -m cp -R -Z $testUri .
+ gsutil -m cp -R -Z $testUri platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk
echo "Try running ndk-stack on downloaded logcat to symbolicate the stacktraces:"
find platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk -type f -name "logcat" -print0 | xargs -0 -Imylogcat mv -i mylogcat ./