Skip to content

Commit

Permalink
Run a git_pull before testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
robbiet480 committed Sep 18, 2016
1 parent e9325d2 commit e0dceea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ platform :ios do

ensure_git_status_clean

git_pull

#verify_xcode_version

version_number = options[:version_number] || get_version_number
Expand Down

0 comments on commit e0dceea

Please sign in to comment.