From 264db54f10d9cacadc5d4da1fe6cd2bd5f90c1ef Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Thu, 4 Apr 2019 16:05:01 -0700 Subject: [ios, build] Install latest jazzy, if not already installed --- platform/ios/scripts/install-packaging-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/ios/scripts/install-packaging-dependencies.sh b/platform/ios/scripts/install-packaging-dependencies.sh index fe3288e0d6..6f09e0d264 100755 --- a/platform/ios/scripts/install-packaging-dependencies.sh +++ b/platform/ios/scripts/install-packaging-dependencies.sh @@ -18,7 +18,7 @@ if [ -z `which wget` ]; then brew install wget fi -if [ -z `which jazzy` ]; then +if [[ -z `which jazzy` || $(jazzy -v) != "jazzy version: ${JAZZY_VERSION}" ]]; then step "Installing jazzy…" CIRCLECI=${CIRCLECI:-false} -- cgit v1.2.1