Skip to content

Commit

Permalink
Fix missing directory in prepare-for-platform.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Pombeiro <pombeirp@users.noreply.github.com>
  • Loading branch information
Pedro Pombeiro committed Mar 27, 2019
1 parent 3eb570f commit e8f762e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/prepare-for-platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e8f762e

Please sign in to comment.