Skip to content

Commit

Permalink
updated yml segmented set to not always run
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkfman committed Apr 14, 2021
1 parent 25f204e commit e2c3d7e
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,20 @@ workflows:
- yarn@0:
inputs:
- args: ''
- command: install codecov
- command: add codecov
title: Install Code Coverage
is_always_run: false
- script@1:
inputs:
- script_file_path: "./node_modules/bin/codecov"
title: Code Coverage
is_always_run: false
- script@1:
inputs:
- content: |-
#!/usr/bin/env bash echo 'weew - everything passed!'
title: All Tests Passed
is_always_run: false
deploy:
description: >
## Configure Android part of the deploy workflow
Expand Down Expand Up @@ -169,15 +171,9 @@ workflows:
The next change in your repository that matches any of your trigger map
event will start **deploy** workflow.
before_run:
- code_setup
steps:
- activate-ssh-key@4:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4: {}
- script@1:
title: Do anything with Script step
- yarn@0:
inputs:
- command: install
- install-missing-android-tools@2:
inputs:
- gradlew_path: $PROJECT_LOCATION/gradlew
Expand Down

0 comments on commit e2c3d7e

Please sign in to comment.