File tree 1 file changed +0
-11
lines changed
1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 18
18
# Check out the up-to-date default branch, the designated starting point for the code freeze
19
19
Fastlane ::Helper ::GitHelper . checkout_and_pull ( DEFAULT_BRANCH )
20
20
21
- # Checks if internal dependencies are on a stable version
22
- check_pods_references
23
-
24
21
release_branch_name = compute_release_branch_name ( options : options , version : release_version_next )
25
22
ensure_branch_does_not_exist! ( release_branch_name )
26
23
@@ -622,11 +619,3 @@ def report_milestone_error(error_title:)
622
619
623
620
buildkite_annotate ( style : 'warning' , context : 'error-with-milestone' , message : error_message ) if is_ci
624
621
end
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