mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-31 20:36:15 +00:00
Bump dependencies to latest
Signed-off-by: Joshua T Casey <caseyj@vmware.com>
This commit is contained in:
committed by
Joshua T Casey
parent
1ebc8e8b2e
commit
2ba378904d
@@ -6,9 +6,14 @@
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
||||
ROOT_DIR="$SCRIPT_DIR/../.."
|
||||
|
||||
GO_MOD="${SCRIPT_DIR}/../../go.mod"
|
||||
GO_MOD="${ROOT_DIR}/go.mod"
|
||||
|
||||
pushd "${SCRIPT_DIR}" > /dev/null
|
||||
go run . "${GO_MOD}"
|
||||
script=$(go run . "${GO_MOD}")
|
||||
popd > /dev/null
|
||||
|
||||
pushd "${ROOT_DIR}" > /dev/null
|
||||
eval "$script"
|
||||
popd > /dev/null
|
||||
|
||||
Reference in New Issue
Block a user