File tree 4 files changed +4
-28
lines changed
4 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 14
14
language : node
15
15
name : schema-bundle
16
16
pass_filenames : false
17
+ additional_dependencies :
18
+ - ' @sourcemeta/jsonschema'
17
19
- entry : ./scripts/test.sh
18
20
id : helm-unittest
19
21
language : script
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ process_json_schema() {
10
10
temp_dir=" $( mktemp -d) "
11
11
local bundled_path=" ${temp_dir} " /resolved.json
12
12
echo " Bundling schema from ${base_values_schema_path} to ${bundled_path} "
13
- npx --yes @sourcemeta/ jsonschema bundle --resolve schemas/ " ${base_values_schema_path} " --without-id > " ${bundled_path} "
13
+ jsonschema bundle --resolve schemas/ " ${base_values_schema_path} " --without-id > " ${bundled_path} "
14
14
echo " Normalizing schema from ${bundled_path} to ${values_schema_path} "
15
- npx --yes @sourcemeta/ jsonschema canonicalize " ${bundled_path} " > " ${values_schema_path} "
15
+ jsonschema canonicalize " ${bundled_path} " > " ${values_schema_path} "
16
16
}
17
17
18
18
for chart in charts/* /
You can’t perform that action at this time.
0 commit comments