File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 1818 # Check out the up-to-date default branch, the designated starting point for the code freeze
1919 Fastlane ::Helper ::GitHelper . checkout_and_pull ( DEFAULT_BRANCH )
2020
21- # Checks if internal dependencies are on a stable version
22- check_pods_references
23-
2421 release_branch_name = compute_release_branch_name ( options : options , version : release_version_next )
2522 ensure_branch_does_not_exist! ( release_branch_name )
2623
@@ -622,11 +619,3 @@ def report_milestone_error(error_title:)
622619
623620 buildkite_annotate ( style : 'warning' , context : 'error-with-milestone' , message : error_message ) if is_ci
624621end
625-
626- def check_pods_references
627- result = ios_check_beta_deps ( lockfile : File . join ( PROJECT_ROOT_FOLDER , 'Podfile.lock' ) )
628-
629- style = result [ :pods ] . nil? || result [ :pods ] . empty? ? 'success' : 'warning'
630- message = "### Checking Internal Dependencies are all on a **stable** version\n \n #{ result [ :message ] } "
631- buildkite_annotate ( context : 'pods-check' , style : style , message : message ) if is_ci
632- end
You can’t perform that action at this time.
0 commit comments