You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI.error"Error validating image from shields.io. Use --verbose for more info".red
42
+
UI.error"Error validating image from #{Badge.shield_service_name}. Use --verbose for more info".red
43
43
rescueException=>error
44
44
UI.error"Other error occured. Use --verbose for more info".red
45
45
UI.verboseerrorifFastlaneCore::Globals.verbose?
46
46
end
47
47
48
48
ifoptions[:shield] && shield == nil
49
-
if@@retry_attemps >= Badge.shield_io_retries
50
-
UI.error"Cannot load image from shields.io skipping it...".red
49
+
if@@retry_attemps >= Badge.shield_service_retries
50
+
UI.error"Cannot load image from #{Badge.shield_service_name} skipping it...".red
51
51
else
52
-
UI.message"Waiting for #{timeout.to_i}s and retry to load image from shields.io tries remaining: #{Badge.shield_io_retries - @@retry_attemps}".red
52
+
UI.message"Waiting for #{timeout.to_i}s and retry to load image from #{Badge.shield_service_name} tries remaining: #{Badge.shield_service_retries - @@retry_attemps}".red
0 commit comments