Skip to content

Commit

Permalink
fix: yaml parsing build_image_version default as double
Browse files Browse the repository at this point in the history
  • Loading branch information
devnev committed Jul 11, 2023
1 parent 088acac commit df23a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ parameters:
build_image_version:
description: React Native Android build image version. For available veresions, see https://hub.docker.com/r/reactnativecommunity/react-native-android/tags
type: string
default: 5.1
default: '5.1'
resource_class:
description: Changes the resource class of the executor. Requires a support request to enable the resource_class parameter. See https://circleci.com/docs/2.0/configuration-reference/#resource_class
type: string
Expand Down

0 comments on commit df23a73

Please sign in to comment.