💚 Fix swiftlint script

This commit is contained in:
Ben Chatelain 2019-01-15 20:46:21 -07:00
parent 7e6e879b64
commit 63f7bab082
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ build() {
}
archive() {
echo "==> 📦 Archiving ($VERSION)"
echo "==> 📦 Archiving mas ($VERSION)"
set -o pipefail && \
xcodebuild -project "$PROJECT" \
-scheme "$SCHEME" \

View file

@ -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