mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-05 07:26:55 +00:00
fix scripts
This commit is contained in:
parent
6e822ece40
commit
90a80db748
1 changed files with 3 additions and 1 deletions
|
@ -13,8 +13,10 @@ esac
|
|||
NIRMATA_DIR=$(dirname ${BASH_SOURCE})/..
|
||||
NIRMATA_ROOT=$(${linkutil} -f ${NIRMATA_DIR})
|
||||
|
||||
# instructions to build project https://github.com/nirmata/kyverno/wiki/Building
|
||||
|
||||
# get relative path to code generation script
|
||||
CODEGEN_PKG=${NIRMATA_DIR}/vendor/k8s.io/code-generator
|
||||
CODEGEN_PKG="${GOPATH}/src/k8s.io/code-generator"
|
||||
|
||||
# get relative path of nirmata
|
||||
NIRMATA_PKG=${NIRMATA_ROOT#"${GOPATH}/src/"}
|
||||
|
|
Loading…
Add table
Reference in a new issue