feat/add-android-pipeline #4
@ -1,6 +1,6 @@
|
||||
source('https://rubygems.org')
|
||||
|
||||
gemspec name: android_cd
|
||||
gemspec
|
||||
|
||||
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
|
||||
eval_gemfile(plugins_path) if File.exist?(plugins_path)
|
||||
|
@ -7,7 +7,7 @@ module Fastlane
|
||||
def self.run(params)
|
||||
|
||||
# Decrypt the keys archive and Extract the keys archive
|
||||
Helper::AppcenterHelper.decrypt_android_keys('../')
|
||||
Helper::AndroidCdHelper.decrypt_android_keys('../')
|
||||
|
||||
# Clean the project before building
|
||||
gradle(task: "clean")
|
||||
|
Loading…
x
Reference in New Issue
Block a user