We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c965a9 commit ee722eaCopy full SHA for ee722ea
frontend/ios/App/fastlane/Fastfile
@@ -18,13 +18,13 @@ platform :ios do
18
desc "build and send development build to testflight"
19
lane :build_and_send_to_testflight do
20
setup_ci(force: true)
21
- sync_code_signing(
22
- type: "development",
23
- readonly: true,
24
- api_key_path: "/tmp/api-key.json",
25
- git_url: "[email protected]:moduslabs/ios-signing-certificates.git",
26
- git_branch: "master"
27
- )
+ # sync_code_signing(
+ # type: "development",
+ # readonly: true,
+ # api_key_path: "/tmp/api-key.json",
+ # git_url: "[email protected]:moduslabs/ios-signing-certificates.git",
+ # git_branch: "master"
+ # )
28
29
sync_code_signing(
30
type: "appstore",
0 commit comments