Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
+ fixed is_always_run & run_if
  • Loading branch information
radimvaculik committed Oct 19, 2016
1 parent 9d343a4 commit e86c0ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ app:
# define these in your .bitrise.secrets.yml
- BITRISE_APK_PATH: $BITRISE_APK_PATH
#
- STEP_VERSION: "1.0.1"
- STEP_VERSION: "1.0.2"

workflows:
# ----------------------------------------------------------------
Expand Down
3 changes: 1 addition & 2 deletions step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ project_type_tags:
type_tags:
- artifact
is_requires_admin_user: false
is_always_run: true
is_always_run: false
is_skippable: false
run_if: .IsCI
inputs:
- apk_path: "$BITRISE_APK_PATH"
opts:
Expand Down

0 comments on commit e86c0ba

Please sign in to comment.