Fix make validate
on MacOS outside container
This commit is contained in:
parent
79ad4b4544
commit
72397ef90c
4 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
HACK_DIR=$(dirname "${BASH_SOURCE}")
|
||||
HACK_DIR="$( cd "$( dirname "${0}" )" && pwd -P)"; export HACK_DIR
|
||||
REPO_ROOT=${HACK_DIR}/..
|
||||
|
||||
${REPO_ROOT}/vendor/k8s.io/code-generator/generate-groups.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue