Skip to content

Commit

Permalink
update Build App github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mani-sh-reddy committed Nov 15, 2023
1 parent 8457530 commit c169ed7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# fastlane.tools configuration

opt_out_usage
update_fastlane

Expand Down Expand Up @@ -99,7 +97,7 @@ lane :lunar_build do
gym(
scheme: 'Lunar',
xcodebuild_formatter: 'xcbeautify',
xcodebuild_command: 'xcodebuild -allowProvisioningUpdates'
xcodebuild_command: 'xcodebuild -allowProvisioningUpdates',
suppress_xcode_output: false,
silent: false,
clean: true,
Expand Down

0 comments on commit c169ed7

Please sign in to comment.