Skip to content

Commit

Permalink
fail ./hack/build.sh with better msg for missing ytt
Browse files Browse the repository at this point in the history
  • Loading branch information
cppforlife committed Mar 20, 2019
1 parent 25b5a12 commit 9159d39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ go fmt ./cmd/... ./pkg/... ./test/...
# template all playground assets
# into a single Go file
cd pkg/kapp/website;

ytt version || { echo >&2 "ytt is required for building. Install from https://github.com/k14s/ytt"; exit 1; }
ytt template -R \
-f . \
-f ../../../hack/build-values.yml \
Expand Down

0 comments on commit 9159d39

Please sign in to comment.