Skip to content

Commit

Permalink
Force mobile staging build - Android (#3560)
Browse files Browse the repository at this point in the history
Co-authored-by: Nikki Kang <kangaroo233@gmail.com>
  • Loading branch information
nicoback2 and nicoback authored Jun 9, 2023
1 parent 57ff5c5 commit 29b49ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/android/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ platform :android do
packageJson = File.open "../../package.json"
packageJsonData = JSON.load packageJson

if buildFileVersion > releasedVersion
if true # Revert!!!
UI.message "Doing a full build and release (not over-the-air/Codepush)"
# Build app and release via play store

Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ platform :ios do
codepushDeployment = CODEPUSH_RC_DEPLOYMENT
end
currentReleasedVersionNumber, plistVersionNumber = get_version(scheme: scheme)
isVersionIncremented = true # REVERT!!!
isVersionIncremented = plistVersionNumber > currentReleasedVersionNumber
packageJson = File.open "../../package.json"
packageJsonData = JSON.load packageJson
if !isVersionIncremented
Expand Down

0 comments on commit 29b49ee

Please sign in to comment.