Merge pull request 'WHAT! [ci-bitrise] Remove manage-ios-code-signing for good — no platform override exists' (#22) from fix/ci/apikey-json-escaping into main
Reviewed-on: Loverde-Company-LTDA/Pedi-Foods-Skip#22
This commit is contained in:
15
bitrise.yml
15
bitrise.yml
@@ -105,15 +105,6 @@ workflows:
|
||||
- content: |
|
||||
cd $BITRISE_SOURCE_DIR/Darwin
|
||||
agvtool new-version -all $BITRISE_BUILD_NUMBER
|
||||
- manage-ios-code-signing@2:
|
||||
inputs:
|
||||
- distribution_method: app-store
|
||||
- project_path: $BITRISE_PROJECT_PATH
|
||||
- scheme: $BITRISE_SCHEME
|
||||
# SDKROOT = auto on this target (Skip's multi-platform build)
|
||||
# breaks the step's own platform auto-detection — pin it,
|
||||
# same fix as xcode-archive@5 below.
|
||||
- platform: iOS
|
||||
- xcode-archive@5:
|
||||
inputs:
|
||||
- project_path: $BITRISE_PROJECT_PATH
|
||||
@@ -158,12 +149,6 @@ workflows:
|
||||
- content: |
|
||||
cd $BITRISE_SOURCE_DIR/Darwin
|
||||
agvtool new-version -all $BITRISE_BUILD_NUMBER
|
||||
- manage-ios-code-signing@2:
|
||||
inputs:
|
||||
- distribution_method: app-store
|
||||
- project_path: $BITRISE_PROJECT_PATH
|
||||
- scheme: $BITRISE_SCHEME
|
||||
- platform: iOS
|
||||
- xcode-archive@5:
|
||||
inputs:
|
||||
- project_path: $BITRISE_PROJECT_PATH
|
||||
|
||||
Reference in New Issue
Block a user