Skip to content

Commit

Permalink
Add group information on deepcopy generation 🦌
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Feb 25, 2020
1 parent ba79f40 commit b0decbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/generate-groups.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ for GVs in ${GROUPS_WITH_VERSIONS}; do
done

if [ "${GENS}" = "all" ] || grep -qw "deepcopy" <<<"${GENS}"; then
echo "Generating deepcopy funcs"
echo "Generating deepcopy funcs for ${GROUPS_WITH_VERSIONS}"
"${GOPATH}/bin/deepcopy-gen" --input-dirs "$(codegen::join , "${FQ_APIS[@]}")" -O zz_generated.deepcopy --bounding-dirs "${APIS_PKG}" "$@"
fi

Expand Down

0 comments on commit b0decbf

Please sign in to comment.