Skip to content
This repository has been archived by the owner on Dec 20, 2021. It is now read-only.

Commit

Permalink
fix: add build_type to android_build job
Browse files Browse the repository at this point in the history
  • Loading branch information
kotielnikov committed Jan 18, 2021
1 parent fc9ced9 commit a77d81f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/jobs/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ parameters:
description: A custom command to run right after yarn install.
type: string
default: ""
build_command:
description: Custom build command
type: string
default: ""

steps:
- when:
Expand All @@ -58,6 +62,7 @@ steps:
- android_build:
project_path: <<parameters.project_path>>
build_type: <<parameters.build_type>>
build_command: <<parameters.build_command>>
- when:
condition: <<parameters.persist_to_workspace>>
steps:
Expand Down

0 comments on commit a77d81f

Please sign in to comment.