mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2025-12-23 06:15:47 +00:00
import helpers in kind-down.sh
This commit is contained in:
committed by
Ryan Richard
parent
46bea27cb7
commit
1f8aa6c262
@@ -8,6 +8,8 @@ set -euo pipefail
|
||||
ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
cd "${ROOT}"
|
||||
|
||||
source hack/lib/helpers.sh
|
||||
|
||||
if [[ "${PINNIPED_USE_LOCAL_KIND_REGISTRY:-}" != "" ]]; then
|
||||
reg_name='kind-registry.local'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user