mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
Update-vendor: canonicalize pwd
This commit is contained in:
parent
187def4d4f
commit
91c401c964
@ -18,6 +18,9 @@ set -o errexit
|
||||
set -o nounset
|
||||
set -o pipefail
|
||||
|
||||
# Go tools really don't like it if you have a symlink in `pwd`.
|
||||
cd "$(pwd -P)"
|
||||
|
||||
KUBE_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
|
||||
source "${KUBE_ROOT}/hack/lib/init.sh"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user