Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

WIP Remove pod repo update from Cirrus script #2126

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ task:
osx_instance:
image: mojave-xcode-10.2-flutter
setup_script:
- pod repo update
- sudo gem install cocoapods --no-document
- pod --version
upgrade_script:
- flutter channel master
- flutter upgrade
Expand Down