mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-03 11:45:45 +00:00
Use pversion to retrieve buildtime information
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Copyright 2020 the Pinniped contributors. All Rights Reserved.
|
||||
# Copyright 2020-2023 the Pinniped contributors. All Rights Reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
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
|
||||
echo "-X 'go.pinniped.dev/internal/pversion.gitVersion=$KUBE_GIT_VERSION'"
|
||||
|
||||
Reference in New Issue
Block a user