Skip to content

Commit

Permalink
tests: Optimized bitrise.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yoheimuta committed Sep 26, 2019
1 parent 72466ac commit 7dfd92b
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,32 +3,11 @@ format_version: '5'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: ios
trigger_map:
- push_branch: "*"
- push_branch: master
workflow: primary
- pull_request_source_branch: "*"
workflow: primary
workflows:
deploy:
steps:
- activate-ssh-key@3.1.1:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4.0.11: {}
- cache-pull@2.0.1: {}
- script@1.1.5:
title: Do anything with Script step
- certificate-and-profile-installer@1.9.3: {}
- cocoapods-install@1.7.2: {}
- xcode-test@1.18.14:
inputs:
- project_path: "$BITRISE_PROJECT_PATH"
- scheme: "$BITRISE_SCHEME"
- xcode-archive@2.4.8:
inputs:
- project_path: "$BITRISE_PROJECT_PATH"
- scheme: "$BITRISE_SCHEME"
- export_method: "$BITRISE_EXPORT_METHOD"
- deploy-to-bitrise-io@1.3.12: {}
- cache-push@2.0.5: {}
primary:
steps:
- activate-ssh-key@3.1.1:
Expand All @@ -53,6 +32,3 @@ app:
- opts:
is_expand: false
BITRISE_SCHEME: BufferedLogger
- opts:
is_expand: false
BITRISE_EXPORT_METHOD: development

0 comments on commit 7dfd92b

Please sign in to comment.