Skip to content

Commit

Permalink
ci: keychain
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgangso committed Apr 5, 2024
1 parent 901d587 commit 163f26f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@ platform :ios do
keychain_name: "temp_keychain",
keychain_password: "",
)
cert
sigh
sh("cd .. && ./scripts/build.sh pre")
begin
build_app(scheme: "BCC Media tvOS", cloned_source_packages_path: "./tmp/build", skip_profile_detection: true)
build_app(
scheme: "BCC Media tvOS", cloned_source_packages_path: "./tmp/build", skip_profile_detection: true,
keychain_name: "temp_keychain",
keychain_password: "",
)
ensure
sh("cd .. && ./scripts/build.sh post")
end
Expand Down

0 comments on commit 163f26f

Please sign in to comment.