Skip to content

Commit

Permalink
Display Gen Tool Versions in CI Output (#1530)
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <kensipe@gmail.com>
  • Loading branch information
kensipe committed May 18, 2020
1 parent 98a90e6 commit 474c4e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion hack/verify-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ set -o nounset
set -o pipefail
# intentionally not setting 'set -o errexit' because we want to print custom error messages

# versions of tools
echo "controller-gen $(controller-gen --version)"
go-bindata -version

# make sure make generate can be invoked
make generate
RETVAL=$?
Expand All @@ -22,4 +26,4 @@ if [[ ${RETVAL} != 0 ]]; then
fi

echo "Verifying 'make generate' was successful! ヽ(•‿•)ノ"
exit 0
exit 0

0 comments on commit 474c4e3

Please sign in to comment.