Fix missing directory in prepare-for-platform.sh

Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
This commit is contained in:
Pedro Pombeiro 2019-03-27 08:44:59 +01:00
parent 3eb570f082
commit e8f762ec6f
No known key found for this signature in database
GPG Key ID: C4A24185B2AA48A1
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ if [ "$PLATFORM" == 'mobile' ]; then
echo "Downloading status-go artifact from DigitalOcean Bucket to $outputPath"
set +e
mkdir -p $(dirname $outputPath)
curl --fail --silent --location \
"${DO_SPACE_URL}/status-go-$1-${STATUS_GO_VER}${ext}" \
--output "$outputPath"