Skip to content

Commit

Permalink
Rename code_freeze to start_code_freeze for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Sep 10, 2024
1 parent 87ac8b7 commit a35dd6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .buildkite/release-pipelines/start-code-freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ steps:
install_gems
echo '--- :shipit: Start code freeze'
bundle exec fastlane code_freeze skip_confirm:true
bundle exec fastlane start_code_freeze skip_confirm:true
retry:
manual:
# If failed, we prefer retrying via ReleaseV2 rather than Buildkite.
Expand Down
2 changes: 1 addition & 1 deletion fastlane/lanes/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

platform :android do
desc 'Creates a new release branch from the current default branch'
lane :code_freeze do |skip_prechecks: false, skip_confirm: false|
lane :start_code_freeze do |skip_prechecks: false, skip_confirm: false|
ensure_git_status_clean unless skip_prechecks || is_ci

Fastlane::Helper::GitHelper.checkout_and_pull(DEFAULT_BRANCH)
Expand Down

0 comments on commit a35dd6b

Please sign in to comment.