feat: script remove artifacts on android cd (close #15)
This commit is contained in:
parent
6b7bc14451
commit
d86c49d7ba
@ -44,6 +44,12 @@ module Fastlane
|
|||||||
version_code: build_number
|
version_code: build_number
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Delete artifacts files
|
||||||
|
artifacts = ['android_keys.zip', 'key.jks', 'key.properties', 'service_account_key.json']
|
||||||
|
artifacts.each do |file|
|
||||||
|
File.delete(file) if File.exist?(file)
|
||||||
|
end
|
||||||
|
|
||||||
UI.success('🍺 Successfully build & deploy appbundle to Google Play Store')
|
UI.success('🍺 Successfully build & deploy appbundle to Google Play Store')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user