File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1616 - flutter/install_sdk_and_pub :
1717 app-dir : ./sample
1818 - flutter/install_ios_pod :
19+ repo-update : true
1920 app-dir : ./sample
2021 - flutter/install_ios_gem :
2122 app-dir : ./sample
3334 channel : beta
3435 version : 3.27.0-0.1.pre
3536 - flutter/install_ios_pod :
37+ repo-update : true
3638 app-dir : ./sample
3739 - flutter/install_ios_gem :
3840 app-dir : ./sample
Original file line number Diff line number Diff line change @@ -9,13 +9,17 @@ parameters:
99 default : v1
1010 description : Change the default cache version if you need to clear the cache for any reason.
1111 type : string
12+ repo-update :
13+ default : false
14+ description : Whether to run 'pod install' with the '--repo-update' option.
15+ type : boolean
1216steps :
1317 - restore_cache :
1418 keys :
1519 - ' pod-<<parameters.cache-version>>-{{ checksum "<< parameters.app-dir >>/ios/Podfile.lock" }}'
1620 - run :
1721 name : Install Dependencies
18- command : pod install
22+ command : pod install <<#parameters.repo-update>>--repo-update<</parameters.repo-update>>
1923 working_directory : <<parameters.app-dir>>/ios
2024 - save_cache :
2125 paths :
You can’t perform that action at this time.
0 commit comments