Merge pull request #413 from gy95/verify

fix make verify cmd generated codes output package is ./
This commit is contained in:
karmada-bot 2021-07-16 15:58:37 +08:00 committed by GitHub
commit 9e822a74ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cd "${REPO_ROOT}"
echo "Generating with deepcopy-gen"
GO111MODULE=on go install k8s.io/code-generator/cmd/deepcopy-gen
GOPATH=$(go env GOPATH | awk -F ':' '{print $1}')
export GOPATH=$(go env GOPATH | awk -F ':' '{print $1}')
export PATH=$PATH:$GOPATH/bin
deepcopy-gen \