File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ examples/autosharding: jsonnet $(shell find jsonnet | grep ".libsonnet") scripts
168
168
169
169
examples/daemonsetsharding : jsonnet $(shell find jsonnet | grep ".libsonnet") scripts/daemonsetsharding.jsonnet scripts/vendor
170
170
mkdir -p examples/daemonsetsharding
171
- ${JSONETT_CLI } -J scripts/vendor -m examples/daemonsetsharding --ext-str version=" $( VERSION) " scripts/daemonsetsharding.jsonnet | xargs -I{} sh -c ' cat {} | ${GOJSONTOYAML_CLI} > `echo {} | sed "s/\(.\)\([A-Z]\)/\1-\2/g" | tr "[:upper:]" "[:lower:]"`.yaml' -- {}
171
+ ${JSONNET_CLI } -J scripts/vendor -m examples/daemonsetsharding --ext-str version=" $( VERSION) " scripts/daemonsetsharding.jsonnet | xargs -I{} sh -c ' cat {} | ${GOJSONTOYAML_CLI} > `echo {} | sed "s/\(.\)\([A-Z]\)/\1-\2/g" | tr "[:upper:]" "[:lower:]"`.yaml' -- {}
172
172
find examples -type f ! -name ' *.yaml' -delete
173
173
174
174
scripts/vendor : scripts/jsonnetfile.json scripts/jsonnetfile.lock.json
You can’t perform that action at this time.
0 commit comments