Skip to content

Commit

Permalink
UPSTREAM: <carry>: Add OpenShift tooling, images, configs and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Nov 28, 2024
1 parent 89e9714 commit f4af5ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ else
exit 1
fi

GOFLAGS=-mod=readonly

# smoke test
echo "Smoke testing examples by compiling..."
pushd "${SCRIPT_ROOT}"
Expand Down
2 changes: 2 additions & 0 deletions staging/src/k8s.io/code-generator/kube_codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ set -o pipefail

KUBE_CODEGEN_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd -P)"

GOFLAGS=-mod=readonly

function kube::codegen::internal::findz() {
# We use `find` rather than `git ls-files` because sometimes external
# projects use this across repos. This is an imperfect wrapper of find,
Expand Down

0 comments on commit f4af5ba

Please sign in to comment.