match/lib/match/nuke.rb in fastlane-2.26.0.beta.20170406010019 vs match/lib/match/nuke.rb in fastlane-2.26.0
- old
+ new
@@ -24,11 +24,9 @@
if params[:readonly]
UI.user_error!("`fastlane match nuke` doesn't delete anything when running with --readonly enabled")
end
- GitHelper.check_push_repo_permission(params[:workspace], params[:git_branch])
-
if (self.certs + self.profiles + self.files).count > 0
unless params[:skip_confirmation]
UI.error "---"
UI.error "Are you sure you want to completely delete and revoke all the"
UI.error "certificates and provisioning profiles listed above? (y/n)"