From 76e5f6b0dd8d00ccae20a010cd44a6f80716bd11 Mon Sep 17 00:00:00 2001 From: lpusok <7979773+lpusok@users.noreply.github.com> Date: Fri, 24 Apr 2020 22:35:04 +0200 Subject: [PATCH] Adding sample with nested modules (#22) * Adding sample with nested modules * Fix variant name --- bitrise.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bitrise.yml b/bitrise.yml index 477d9b9..0d5447c 100755 --- a/bitrise.yml +++ b/bitrise.yml @@ -4,6 +4,7 @@ default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git app: envs: - SAMPLE_REPO_GIT_CLONE_URL: https://github.com/bitrise-io/android-multiple-test-results-sample.git + - SAMPLE_REPO_BRANCH: maintenance - SAMPLE_REPO_KOTLIN_GRADLE_URL: https://github.com/bitrise-io/android-gradle-kotlin-dsl.git - ORIG_BITRISE_SOURCE_DIR: $BITRISE_SOURCE_DIR @@ -37,7 +38,7 @@ workflows: - is_create_path: true - script: inputs: - - content: git clone -b no-failures $SAMPLE_REPO_GIT_CLONE_URL . + - content: git clone -b $SAMPLE_REPO_BRANCH $SAMPLE_REPO_GIT_CLONE_URL . - install-missing-android-tools: inputs: - gradlew_path: ./gradlew @@ -65,7 +66,7 @@ workflows: - is_create_path: true - script: inputs: - - content: git clone -b no-failures $SAMPLE_REPO_GIT_CLONE_URL . + - content: git clone -b $SAMPLE_REPO_BRANCH $SAMPLE_REPO_GIT_CLONE_URL . - install-missing-android-tools: inputs: - gradlew_path: ./gradlew @@ -73,7 +74,7 @@ workflows: title: Android Unit Test (monorepo in source dir, with module and variant set) inputs: - module: app - - variant: Debug + - variant: DemoDebug - is_debug: "true" after-run: - check-artifacts @@ -92,7 +93,7 @@ workflows: - is_create_path: true - script: inputs: - - content: git clone -b no-failures $SAMPLE_REPO_GIT_CLONE_URL . + - content: git clone -b $SAMPLE_REPO_BRANCH $SAMPLE_REPO_GIT_CLONE_URL . - install-missing-android-tools: inputs: - gradlew_path: ./gradlew