summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-12-09 16:22:19 +0100
committerGitHub <noreply@github.com>2016-12-09 16:22:19 +0100
commit4a2f53e6e51b4759cacd89790db99783bf211343 (patch)
tree9fa16fe150d22541cf39d984c11a446361c53ca6 /platform
parent970a0dab449ac669f75c6a037ec7d9b97cdfe2e1 (diff)
downloadqtlocation-mapboxgl-4a2f53e6e51b4759cacd89790db99783bf211343.tar.gz
[android] - fix ndk stack CI step (#7363)
Diffstat (limited to 'platform')
-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 5ce4102d6d..90056c760d 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -116,7 +116,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 ./