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 @@ -158,7 +158,7 @@ examples: examples/standard examples/autosharding examples/daemonsetsharding mix
158
158
159
159
examples/standard : jsonnet $(shell find jsonnet | grep ".libsonnet") scripts/standard.jsonnet scripts/vendor
160
160
mkdir -p examples/standard
161
- ${JSONNET_CLI} } -J scripts/vendor -m examples/standard --ext-str version=" $( VERSION) " scripts/standard.jsonnet | xargs -I{} sh -c ' cat {} | ${GOJSONTOYAML_CLI} > `echo {} | sed "s/\(.\)\([A-Z]\)/\1-\2/g" | tr "[:upper:]" "[:lower:]"`.yaml' -- {}
161
+ ${JSONNET_CLI} -J scripts/vendor -m examples/standard --ext-str version=" $( VERSION) " scripts/standard.jsonnet | xargs -I{} sh -c ' cat {} | ${GOJSONTOYAML_CLI} > `echo {} | sed "s/\(.\)\([A-Z]\)/\1-\2/g" | tr "[:upper:]" "[:lower:]"`.yaml' -- {}
162
162
find examples -type f ! -name ' *.yaml' -delete
163
163
164
164
examples/autosharding : jsonnet $(shell find jsonnet | grep ".libsonnet") scripts/autosharding.jsonnet scripts/vendor
You can’t perform that action at this time.
0 commit comments