Skip to content

Commit

Permalink
Remove unused workflow (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai authored Jul 6, 2021
1 parent 9c072c1 commit 078eff4
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,16 @@ format_version: 11
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git

workflows:
ci:
after_run:
- check
- e2e
check:
steps:
- git::https://github.com/bitrise-steplib/steps-check.git: {}

e2e:
steps:
- git::https://github.com/bitrise-steplib/steps-check.git:
inputs:
- workflow: e2e

check:
steps:
- git::https://github.com/bitrise-steplib/steps-check.git: {}

sample:
envs:
# Configs
Expand Down Expand Up @@ -108,4 +103,4 @@ workflows:
- skip_metadata: "yes"
- submit_for_review: "no"
- fastlane_version: "latest"
- verbose_log: "yes"
- verbose_log: "yes"

0 comments on commit 078eff4

Please sign in to comment.