From ede215ca318bd897fedf97d40f8a886450df6d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krisztia=CC=81n=20Go=CC=88drei?= Date: Fri, 26 Feb 2016 15:17:04 +0100 Subject: [PATCH] step.yml updates --- step.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/step.yml b/step.yml index 60b5eae..f132008 100644 --- a/step.yml +++ b/step.yml @@ -14,26 +14,17 @@ type_tags: - build - xcode - fastlane -is_requires_admin_user: false -is_always_run: false -is_skippable: false -dependencies: [] -run_if: "" inputs: - lane: opts: title: "Fastlane lane" - summary: "" description: | Fastlane lane to run $ fastlane [lane] is_required: true - is_expand: true - is_dont_change_value: false - work_dir: $BITRISE_SOURCE_DIR opts: title: "Working directory" - summary: "" description: |- Use this option if the fastlane directory is not in your repository's root. @@ -44,7 +35,3 @@ inputs: * If Fastfile path: `./here/is/my/fastlane/Fastfile` * Then Fastfile's directory: `./here/is/my/fastlane` * So Working Directory should be: `./here/is/my` - is_required: false - is_expand: true - is_dont_change_value: false -outputs: []