From 078eff48f5b46254b83dd30f1a741ca2a47af492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliv=C3=A9r=20Falvai?= Date: Tue, 6 Jul 2021 13:53:11 +0200 Subject: [PATCH] Remove unused workflow (#111) --- bitrise.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 69b8b49..b4e83c2 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -2,10 +2,9 @@ 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: @@ -13,10 +12,6 @@ workflows: inputs: - workflow: e2e - check: - steps: - - git::https://github.com/bitrise-steplib/steps-check.git: {} - sample: envs: # Configs @@ -108,4 +103,4 @@ workflows: - skip_metadata: "yes" - submit_for_review: "no" - fastlane_version: "latest" - - verbose_log: "yes" \ No newline at end of file + - verbose_log: "yes"