From 22434141f21435eda40e4c0e08639312aed72e1c Mon Sep 17 00:00:00 2001 From: Tobrun Date: Fri, 9 Dec 2016 10:34:19 +0100 Subject: [android] - fix ndk stack CI step --- platform/android/bitrise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./ -- cgit v1.2.1