forked from vmware-tanzu/velero-plugin-for-vsphere
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Liping Xue <[email protected]>
- Loading branch information
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,10 @@ if [[ -z "${GOPATH}" ]]; then | |
GOPATH=~/go | ||
fi | ||
|
||
# Please make sure you install k8s.io/[email protected], you may hit failure when running this script if you install k8s.io/code-generator with different version | ||
if [[ ! -d "${GOPATH}/src/k8s.io/code-generator" ]]; then | ||
echo "k8s.io/code-generator missing from GOPATH" | ||
echo "please retry after installing k8s.io/[email protected]" | ||
exit 1 | ||
fi | ||
|
||
|