Skip to content

Commit 3c8cb0f

Browse files
authored
fix: yaml parsing build_image_version default as double (#170)
1 parent 7c9a29d commit 3c8cb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/executors/linux_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ parameters:
1010
build_image_version:
1111
description: React Native Android build image version. For available veresions, see https://hub.docker.com/r/reactnativecommunity/react-native-android/tags
1212
type: string
13-
default: 5.1
13+
default: '5.1'
1414
resource_class:
1515
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
1616
type: string

0 commit comments

Comments
 (0)