minor whitespace change
Trying to get travis-ci build to pass for "git diff --exit-code" command
This commit is contained in:
1
build.sh
1
build.sh
@@ -13,3 +13,4 @@ mkdir manifests
|
|||||||
|
|
||||||
# optional, but we would like to generate yaml, not json
|
# 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 {}' -- {}
|
jsonnet -J vendor -m manifests "${1-example.jsonnet}" | xargs -I{} sh -c 'cat {} | gojsontoyaml > {}.yaml; rm -f {}' -- {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user