match/lib/match/storage/interface.rb in fastlane-2.118.0.beta.20190303200015 vs match/lib/match/storage/interface.rb in fastlane-2.118.0.beta.20190304200015
- old
+ new
@@ -74,9 +74,10 @@
UI.message("Finished deleting files from #{self.human_readable_description}")
else
UI.user_error!("Neither `files_to_commit` nor `files_to_delete` were provided to the `save_changes!` method call")
end
end
+ self.clear_changes
end
def upload_files(files_to_upload: [], custom_message: nil)
not_implemented(__method__)
end