fix(fastlane)

This commit is contained in:
Jacob Heider 2023-04-17 01:59:56 -04:00 committed by Jacob Heider
parent f4b6830b4a
commit ceb33b1622

View file

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