add comment

This commit is contained in:
Sergey Kopytov 2019-07-31 14:29:48 +03:00
parent 373792222e
commit 59b15d7db6
1 changed files with 3 additions and 0 deletions

View File

@ -244,6 +244,9 @@ lane :ManuallyUpdateCodeSigning do |options|
# need to check, because saving changes with delete is another function (update repo if needed)
files_diff = old_files - files_to_commit
# match can not work with both save/delete functionality `You can't provide both files_to_delete and files_to_commit right now`
# to avoid this we use storage twice if needed
if files_diff.length > 0
storage = storage_conf.call
encryption = encryption_conf_for_storage.call(storage)