Skip to content

Commit

Permalink
Fix code-generator task
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Dec 13, 2019
1 parent ba2bef7 commit bcdd975
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ set -o errexit
set -o nounset
set -o pipefail

export GO111MODULE=off

SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/..
CODEGEN_PKG=${CODEGEN_PKG:-$(cd "${SCRIPT_ROOT}"; ls -d -1 ./vendor/k8s.io/code-generator 2>/dev/null || echo ../code-generator)}

Expand Down
Empty file modified vendor/k8s.io/code-generator/generate-groups.sh
100644 → 100755
Empty file.
Empty file modified vendor/k8s.io/code-generator/generate-internal-groups.sh
100644 → 100755
Empty file.
16 changes: 16 additions & 0 deletions vendor/k8s.io/code-generator/hack/boilerplate.go.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bcdd975

Please sign in to comment.