From 63f7bab082219c000d54e36fda15fc2ff6c6f3dd Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Tue, 15 Jan 2019 20:46:21 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20swiftlint=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/build | 2 +- script/swiftlint_runscript | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script/build b/script/build index e1a4099..2abc292 100755 --- a/script/build +++ b/script/build @@ -43,7 +43,7 @@ build() { } archive() { - echo "==> 📦 Archiving ($VERSION)" + echo "==> 📦 Archiving mas ($VERSION)" set -o pipefail && \ xcodebuild -project "$PROJECT" \ -scheme "$SCHEME" \ diff --git a/script/swiftlint_runscript b/script/swiftlint_runscript index edeca7c..e782584 100755 --- a/script/swiftlint_runscript +++ b/script/swiftlint_runscript @@ -9,7 +9,7 @@ if test -n "$JENKINS_URL" then echo "Skipping SwiftLint run script on CI, will run in Lint stage." - return + exit fi # 😕 When run from Xcode, the command command doesn't support these options