Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lib/motion/project/testflight.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ def testflight?
distribution_lists = (prefs.distribution_lists ? prefs.distribution_lists.join(',') : nil)
notes = ENV['notes']
App.fail "Submission notes must be provided via the `notes' environment variable. Example: rake testflight notes='w00t'" unless notes

prefs.notify = true if ENV['notify']

Rake::Task["archive"].invoke

Expand Down