mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
💚 Fix swiftlint script
This commit is contained in:
parent
7e6e879b64
commit
63f7bab082
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
archive() {
|
archive() {
|
||||||
echo "==> 📦 Archiving ($VERSION)"
|
echo "==> 📦 Archiving mas ($VERSION)"
|
||||||
set -o pipefail && \
|
set -o pipefail && \
|
||||||
xcodebuild -project "$PROJECT" \
|
xcodebuild -project "$PROJECT" \
|
||||||
-scheme "$SCHEME" \
|
-scheme "$SCHEME" \
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
if test -n "$JENKINS_URL"
|
if test -n "$JENKINS_URL"
|
||||||
then
|
then
|
||||||
echo "Skipping SwiftLint run script on CI, will run in Lint stage."
|
echo "Skipping SwiftLint run script on CI, will run in Lint stage."
|
||||||
return
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 😕 When run from Xcode, the command command doesn't support these options
|
# 😕 When run from Xcode, the command command doesn't support these options
|
||||||
|
|
Loading…
Reference in a new issue