diff --git a/build.sh b/build.sh index cefa57e8..30e75852 100755 --- a/build.sh +++ b/build.sh @@ -3,5 +3,5 @@ set -e set -x # optional, but we would like to generate yaml, not json -jsonnet -J vendor -m manifests example.jsonnet | xargs -I{} sh -c 'cat $1 | gojsontoyaml > $1.yaml; rm $1' -- {} +jsonnet -J vendor -m manifests example.jsonnet | xargs -I{} sh -c 'cat $1 | gojsontoyaml > $1.yaml; rm -f $1' -- {}