Skip to content

Commit

Permalink
Adjust testflight cleanup interval to 30 days
Browse files Browse the repository at this point in the history
Been using this for a while but haven't committed it.
  • Loading branch information
peppy committed Oct 31, 2022
1 parent 3f17c20 commit 4213abf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ platform :ios do
end

lane :testflight_prune_dry do
clean_testflight_testers(days_of_inactivity:45, dry_run: true)
clean_testflight_testers(days_of_inactivity:30, dry_run: true)
end

lane :testflight_prune do
clean_testflight_testers(days_of_inactivity: 45)
clean_testflight_testers(days_of_inactivity: 30)
end
end

0 comments on commit 4213abf

Please sign in to comment.