mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
fix(fastlane)
This commit is contained in:
parent
f4b6830b4a
commit
ceb33b1622
|
@ -40,6 +40,4 @@ test:
|
|||
# or writes a bunch of warnings to stdout
|
||||
LC_ALL: en_US.UTF-8
|
||||
LANG: en_US.UTF-8
|
||||
script: |
|
||||
out="$(fastlane --version 2>/dev/null | tail -n1)"
|
||||
test "$out" = "fastlane {{version}}"
|
||||
script: fastlane --version 2>/dev/null | grep "fastlane {{version}}"
|
||||
|
|
Loading…
Reference in a new issue