account for move of repo from vmware-tanzu to vmware on GitHub

This commit is contained in:
Ryan Richard
2025-08-02 15:01:00 -07:00
parent f09c89dd43
commit 0981780d6a
9 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
#!/usr/bin/env bash
# Copyright 2020-2024 the Pinniped contributors. All Rights Reserved.
# Copyright 2020-2025 the Pinniped contributors. All Rights Reserved.
# SPDX-License-Identifier: Apache-2.0
set -euo pipefail
repo=vmware-tanzu/pinniped
repo=vmware/pinniped
current_branch_name=$(git rev-parse --abbrev-ref HEAD)
if [[ "$current_branch_name" != "ci" ]]; then