Skip to content

Commit

Permalink
Fix fastlane config
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Nov 13, 2018
1 parent 41313e0 commit cdabf60
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ platform :ios do
lane :deploy do
test

begin
ensure_git_branch
rescue
puts 'Not on master, exiting...'
exit 0
end

podspec = "Pageboy.podspec"
version = version_get_podspec(path: podspec)

Expand Down

0 comments on commit cdabf60

Please sign in to comment.