Skip to content

Commit

Permalink
Revert commits 2597b0d, ab7a38e, 06711d0
Browse files Browse the repository at this point in the history
  • Loading branch information
iangmaia committed Jul 2, 2024
1 parent 06711d0 commit 2899ec5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 29 deletions.
15 changes: 0 additions & 15 deletions .buildkite/test-git-push.yml

This file was deleted.

12 changes: 0 additions & 12 deletions fastlane/lanes/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -121,18 +121,6 @@
create_release_management_pull_request('trunk', "Merge #{new_version} code freeze into trunk")
end

lane :test_git_push do |options|
Fastlane::Helper::GitHelper.checkout_and_pull('iangmaia/trusted-agent-for-push-access')

UI.message 'Bumping beta version and build code...'
VERSION_FILE.write_version(
version_name: code_freeze_beta_version,
version_code: next_build_code
)
commit_version_bump
push_to_git_remote(tags: false)
end

#####################################################################################
# new_beta_release
# -----------------------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=25.2-rc-1
versionCode=1441
versionName=25.1
versionCode=1440

0 comments on commit 2899ec5

Please sign in to comment.