mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
fix realpath issue on mac
This commit is contained in:
@@ -18,6 +18,7 @@ set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
export KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
|
||||
source "${KUBE_ROOT}/hack/lib/init.sh"
|
||||
|
||||
go get -u github.com/mikedanese/gazel
|
||||
"${GOPATH}/bin/gazel" -root="$(realpath ${KUBE_ROOT})"
|
||||
"${GOPATH}/bin/gazel" -root="$(kube::realpath ${KUBE_ROOT})"
|
||||
|
||||
Reference in New Issue
Block a user