Skip to content

Commit f622599

Browse files
committed
fix: add environment variable FLUTTER_GIT_URL
1 parent d93d7f0 commit f622599

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.circleci/config.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,8 @@ jobs:
255255
- setup_flutter
256256
- run:
257257
name: Upgrade Flutter
258+
environment:
259+
FLUTTER_GIT_URL: ssh://[email protected]/flutter/flutter.git
258260
command: flutter upgrade && flutter --version
259261
- run:
260262
name: Switch to Example app & Build app
@@ -266,17 +268,12 @@ jobs:
266268
resource_class: macos.m1.medium.gen1
267269
steps:
268270
- advanced-checkout/shallow-checkout
269-
- setup_flutter
271+
- setup_ios
270272
- run:
271273
name: Upgrade Flutter
274+
environment:
275+
FLUTTER_GIT_URL: ssh://[email protected]/flutter/flutter.git
272276
command: flutter upgrade && flutter --version
273-
- run:
274-
name: Install CocoaPods
275-
command: sudo gem install cocoapods
276-
- run:
277-
name: Install Pods
278-
working_directory: example/ios
279-
command: pod install --repo-update
280277
- run:
281278
name: Switch to Example app & Build app
282279
command: cd scripts && flutter build ios --simulator

0 commit comments

Comments
 (0)