File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,4 +217,4 @@ update-codegen: $(CODEGEN_OUTPUT_GO_FILES)
217217$(CODEGEN_OUTPUT_GO_FILES ) : $(CODEGEN_SOURCE_GO_FILES )
218218
219219verify-codegen :
220- ./hack/verify-codegen.sh
220+ SCRIPT_PACKAGE= $( GO_PKG ) ./hack/verify-codegen.sh
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -o errexit
1818set -o nounset
1919set -o pipefail
2020
21- SCRIPT_PACKAGE=github.com/operator-framework/operator-metering
21+ SCRIPT_PACKAGE=${SCRIPT_PACKAGE :- " github.com/operator-framework/operator-metering" }
2222SCRIPT_ROOT=" $( realpath $( dirname ${BASH_SOURCE[0]} ) /..) "
2323CODEGEN_PKG=${CODEGEN_PKG:- $(cd ${SCRIPT_ROOT} ; ls -d -1 ./ vendor/ k8s.io/ code-generator 2>/ dev/ null || echo k8s.io/ code-generator)}
2424
You can’t perform that action at this time.
0 commit comments