Skip to content

Commit

Permalink
fix: duplicated on_after_initialize param (react-native-community#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
phsantiago committed Nov 5, 2020
1 parent 96b0f3f commit 33ffc6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/jobs/android_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parameters:
description: Stores detox artifacts at CircleCI
type: string
default: ""
on_after_initialize:
should_on_after_initialize:
description: Set this to true if you want to run a custom shell command right after yarn install. Provide the command in on_after_initialize_command
type: boolean
default: false
Expand All @@ -64,7 +64,7 @@ steps:
node_version: <<parameters.node_version>>
- yarn_install
- when:
condition: <<parameters.on_after_initialize>>
condition: <<parameters.should_on_after_initialize>>
steps:
- run:
name: "on_after_initialize"
Expand All @@ -85,4 +85,4 @@ steps:
condition: <<parameters.store_artifact_path>>
steps:
- store_artifacts:
path: <<parameters.store_artifact_path>>
path: <<parameters.store_artifact_path>>

0 comments on commit 33ffc6b

Please sign in to comment.