diff --git a/build.sh b/build.sh index 8e9d4342..f68cd447 100755 --- a/build.sh +++ b/build.sh @@ -13,3 +13,4 @@ mkdir manifests # optional, but we would like to generate yaml, not json jsonnet -J vendor -m manifests "${1-example.jsonnet}" | xargs -I{} sh -c 'cat {} | gojsontoyaml > {}.yaml; rm -f {}' -- {} +