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

Commit 507c44a

Browse files
committed
Remove pod setup
1 parent e7542a1 commit 507c44a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.cirrus.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,14 @@ task:
8282
task:
8383
use_compute_credits: $CIRRUS_USER_COLLABORATOR == 'true'
8484
osx_instance:
85-
image: mojave-xcode-11.2.1-flutter
85+
image: mojave-flutter
86+
environment:
87+
COCOAPODS_DISABLE_STATS: true
88+
PATH: $PATH:/usr/local/bin
8689
setup_script:
87-
- pod repo update
90+
- pod --version
91+
- sudo gem list cocoapods
92+
- pod repo remove master
8893
upgrade_script:
8994
- flutter channel stable
9095
- flutter upgrade
@@ -107,7 +112,6 @@ task:
107112
script: ./script/lint_darwin_plugins.sh
108113
- name: build-ipas+drive-examples
109114
env:
110-
PATH: $PATH:/usr/local/bin
111115
matrix:
112116
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 4"
113117
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 4"

0 commit comments

Comments
 (0)