match/lib/match/nuke.rb in fastlane-2.210.1 vs match/lib/match/nuke.rb in fastlane-2.211.0
- old
+ new
@@ -101,9 +101,11 @@
UI.success("Cancelled nuking #thanks 🏠 👨 👩 👧")
end
else
UI.success("No relevant certificates or provisioning profiles found, nothing to nuke here :)")
end
+ ensure
+ self.storage.clear_changes if self.storage
end
# Be smart about optional values here
# Depending on the storage mode, different values are required
def update_optional_values_depending_on_storage_type(params)