Try setup_ci

This commit is contained in:
Zhiyuan Zheng 2021-02-03 16:45:43 +01:00
parent 479ba8c042
commit 43ac7688c5
No known key found for this signature in database
GPG Key ID: 078A93AB607D85E0
1 changed files with 1 additions and 12 deletions

View File

@ -59,18 +59,7 @@ platform :ios do
if SHOULD_BUILD_NATIVE == true
prepare_appstore
KEYCHAIN_NAME = "tooot"
KEYCHAIN_PASS = SecureRandom.base64
if ENV['CI'] == true
create_keychain(
name: KEYCHAIN_NAME,
password: KEYCHAIN_PASS,
default_keychain: true,
unlock: true,
timeout: 3600,
lock_when_sleeps: true
)
end
setup_ci
case ENVIRONMENT
when "development"