ios ci: try again

This commit is contained in:
Vishesh Handa
2021-07-23 17:30:55 +02:00
parent e0bdccf6e2
commit 1e07fecfef

View File

@ -51,4 +51,11 @@ flutter build ios --release --no-codesign --build-number="$BUILD_NUM" --build-na
cd ios
export FASTLANE_PASSWORD=$(cat keys/fastlane_password)
echo "Updating fastlane ..."
bundle exec fastlane --version
bundle update fastlane
bundle exec fastlane --version
echo "fastlane release ..."
bundle exec fastlane release