We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e9714 commit f4af5baCopy full SHA for f4af5ba
staging/src/k8s.io/code-generator/examples/hack/verify-codegen.sh
@@ -43,6 +43,8 @@ else
43
exit 1
44
fi
45
46
+GOFLAGS=-mod=readonly
47
+
48
# smoke test
49
echo "Smoke testing examples by compiling..."
50
pushd "${SCRIPT_ROOT}"
staging/src/k8s.io/code-generator/kube_codegen.sh
@@ -27,6 +27,8 @@ set -o pipefail
27
28
KUBE_CODEGEN_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"
29
30
31
32
function kube::codegen::internal::findz() {
33
# We use `find` rather than `git ls-files` because sometimes external
34
# projects use this across repos. This is an imperfect wrapper of find,
0 commit comments