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 6619487 commit 6743b1bCopy full SHA for 6743b1b
.circleci/config.yml
@@ -111,8 +111,6 @@ jobs:
111
- run:
112
name: "Build iOS integration tests"
113
command: |
114
- bundle exec fastlane update_code_signing
115
-
116
pushd example
117
118
# required to init configs that pass environment variables to fastlane later
.fastlane/Fastfile
@@ -5,11 +5,6 @@ ENV["SPACESHIP_SKIP_2FA_UPGRADE"] = "1"
5
6
platform :ios do
7
8
- lane :update_code_signing do
9
- setup_circle_ci
10
- sync_code_signing(type: "development")
11
- end
12
13
lane :build_examples_tests do
14
setup_circle_ci
15
sync_code_signing(type: "development")
0 commit comments