mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-03 11:45:45 +00:00
9 lines
216 B
Bash
Executable File
9 lines
216 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
|
|
|
KUBE_ROOT="${ROOT}" # required by `hack/lib/version.sh`
|
|
source "${ROOT}/hack/lib/version.sh"
|
|
|
|
kube::version::ldflags
|