Skip to content

Commit

Permalink
Use hacks directly (#243)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Suszyński <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and cardil authored Feb 18, 2025
1 parent 584480d commit 6725aa9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions openshift/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ set -euo pipefail

repo_root_dir=$(dirname "$(realpath "${BASH_SOURCE[0]}")")/..

go install github.com/openshift-knative/hack/cmd/generate@latest

$(go env GOPATH)/bin/generate \
go run github.com/openshift-knative/hack/cmd/generate@latest \
--root-dir "${repo_root_dir}" \
--generators dockerfile \
--includes cmd \
Expand Down

0 comments on commit 6725aa9

Please sign in to comment.