From 927dbb131555d5f7cafbfe567a85ce634a2cc8dc Mon Sep 17 00:00:00 2001 From: Tobrun Date: Tue, 13 Dec 2016 10:50:34 +0100 Subject: [android] - update bitrise config. Create archivable path if non existent (#7385) --- platform/android/bitrise.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml index 90056c760d..cb6f553d98 100644 --- a/platform/android/bitrise.yml +++ b/platform/android/bitrise.yml @@ -113,6 +113,8 @@ workflows: inputs: - content: |- #!/bin/bash + mkdir -p platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk + 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 -- cgit v1.2.1