We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f54141 commit d5cf972Copy full SHA for d5cf972
test/test-reconciler-codegen.sh
@@ -20,6 +20,9 @@ set -o pipefail
20
21
source $(dirname $0)/../vendor/knative.dev/hack/library.sh
22
23
+# Make sure script doesn't have conflict with other tooling
24
+export GOFLAGS="-mod="
25
+
26
CODEGEN_PKG=${CODEGEN_PKG:-$(cd ${REPO_ROOT_DIR}; ls -d -1 $(dirname $0)/../vendor/k8s.io/code-generator 2>/dev/null || echo ../code-generator)}
27
KNATIVE_CODEGEN_PKG=${KNATIVE_CODEGEN_PKG:-$(cd ${REPO_ROOT_DIR}; ls -d -1 $(dirname $0)/../vendor/knative.dev/pkg 2>/dev/null || echo ../pkg)}
28
0 commit comments