From 7010177900579eaa22c0166751bbecfc45b4dbca Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Wed, 12 Jun 2019 14:15:51 -0700 Subject: [PATCH] Fix carthage mode in build.sh --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index acf4f4fe..74fe48eb 100755 --- a/build.sh +++ b/build.sh @@ -202,6 +202,7 @@ if [ "$MODE" = "carthage" -o "$MODE" = "all" ]; then echo "Verifying carthage works." set -o pipefail && carthage update && carthage build --no-skip-current + success="1" fi if [ "$success" = "1" ]; then