Skip to content

Commit

Permalink
Commenting out fastlane reset command
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamede1945 committed Sep 11, 2018
1 parent 56af3a0 commit 85bd041
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 @@ -114,8 +114,8 @@ platform :ios do

# Reset fabric keys changes & build number
# reset_git_repo(force: true)
sh "git reset --hard HEAD"
sh "git clean -fd"
# sh "git reset --hard HEAD"
# sh "git clean -fd"

# Say it succeeded
successMessage = 'New app version uploaded to TestFlight! Please wait while itunes connect process it. Success!'
Expand Down

0 comments on commit 85bd041

Please sign in to comment.