File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 36
36
- Linux_ARM64
37
37
- macOS_64bit
38
38
- macOS_ARM64
39
+ - jsonschema
39
40
40
41
steps :
41
42
- name : Checkout repository
Original file line number Diff line number Diff line change @@ -251,3 +251,9 @@ tasks:
251
251
CONTAINER_TAG : " {{.GO_VERSION}}-darwin-arm64-debian10"
252
252
PACKAGE_PLATFORM : " macOS_ARM64"
253
253
PACKAGE_NAME : " {{.PROJECT_NAME}}_{{.VERSION}}_{{.PACKAGE_PLATFORM}}.tar.gz"
254
+
255
+ jsonschema :
256
+ desc : Copy the jsonschema to dist folder
257
+ cmds :
258
+ - mkdir --parents {{.DIST_DIR}}
259
+ - cp ./configuration/configuration.schema.json {{.DIST_DIR}}/{{.PROJECT_NAME}}_{{.VERSION}}_configuration.schema.json
Original file line number Diff line number Diff line change @@ -329,11 +329,6 @@ tasks:
329
329
desc : Returns the version used in the project
330
330
cmds :
331
331
- echo {{.VERSION}}
332
- dist:jsonschema :
333
- desc : Copy the jsonschema to dist folder
334
- cmds :
335
- - mkdir --parents {{.DIST_DIR}}
336
- - cp ./configuration/configuration.schema.json {{.DIST_DIR}}/{{.PROJECT_NAME}}_{{.VERSION}}_configuration.schema.json
337
332
338
333
vars :
339
334
PROJECT_NAME : " arduino-cli"
You can’t perform that action at this time.
0 commit comments