Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Xcode check #305

Merged
merged 2 commits into from Aug 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions e2e/bitrise.yml
Expand Up @@ -318,8 +318,7 @@ workflows:
(Should use Bitrise-managed code signing assets).
envs:
- TEST_APP_URL: https://github.com/bitrise-samples/sample-apps-ios-multi-target.git
- TEST_APP_BRANCH: ""
- TEST_APP_COMMIT: ab36ed563bbc3125118e9f27df91474822dc0d46
- TEST_APP_BRANCH: master
- BITRISE_PROJECT_PATH: code-sign-test.xcodeproj
- BITRISE_SCHEME: code-sign-test
- CODE_SIGNING_METHOD: api-key
Expand Down
3 changes: 0 additions & 3 deletions step.yml
Expand Up @@ -64,9 +64,6 @@ type_tags:
- build
is_always_run: false
is_skippable: false
deps:
check_only:
- name: xcode
toolkit:
go:
package_name: github.com/bitrise-steplib/steps-xcode-archive
Expand Down