mirror of
https://github.com/tooot-app/app
synced 2025-02-01 11:06:56 +01:00
Try setup_ci
This commit is contained in:
parent
479ba8c042
commit
43ac7688c5
@ -59,18 +59,7 @@ platform :ios do
|
|||||||
if SHOULD_BUILD_NATIVE == true
|
if SHOULD_BUILD_NATIVE == true
|
||||||
prepare_appstore
|
prepare_appstore
|
||||||
|
|
||||||
KEYCHAIN_NAME = "tooot"
|
setup_ci
|
||||||
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
|
|
||||||
|
|
||||||
case ENVIRONMENT
|
case ENVIRONMENT
|
||||||
when "development"
|
when "development"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user