Skip to content

Commit df23a73

Browse files
committed
fix: yaml parsing build_image_version default as double
1 parent 088acac commit df23a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jobs/android_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ parameters:
5858
build_image_version:
5959
description: React Native Android build image version. For available veresions, see https://hub.docker.com/r/reactnativecommunity/react-native-android/tags
6060
type: string
61-
default: 5.1
61+
default: '5.1'
6262
resource_class:
6363
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
6464
type: string

0 commit comments

Comments
 (0)