Remove echo ruby version from CI

This commit is contained in:
Diego Mello 2023-03-21 09:36:29 -03:00
parent 8abe685af2
commit 84b00d0c7b
1 changed files with 0 additions and 2 deletions

View File

@ -54,14 +54,12 @@ save-gems-cache: &save-gems-cache
update-fastlane-ios: &update-fastlane-ios
name: Update Fastlane
command: |
echo "ruby-2.7.7" > ~/.ruby-version
bundle install
working_directory: ios
update-fastlane-android: &update-fastlane-android
name: Update Fastlane
command: |
echo "ruby-2.7.7" > ~/.ruby-version
bundle install
working_directory: android