Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #643 from textileio/asutula/revert-ios-submit-from-ci
Browse files Browse the repository at this point in the history
Don't submit for review from ci
  • Loading branch information
asutula authored Oct 19, 2018
2 parents 2e055d7 + 7370140 commit cb8d6c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,7 @@ platform :ios do
deliver(
force: true,
app_version: parts[1],
skip_app_version_update: false,
submit_for_review: true
skip_app_version_update: false
)
end

Expand Down

0 comments on commit cb8d6c1

Please sign in to comment.