mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-08 04:32:37 +00:00
address comments, wait for travis pass
This commit is contained in:
@@ -100,7 +100,7 @@ echo "${reset}"
|
||||
echo -ne "Checking for links in API descriptions... "
|
||||
if ! hack/verify-linkcheck.sh > /dev/null; then
|
||||
echo "${red}ERROR!"
|
||||
echo "Some links in pkg/api/.*types.go is outdated. They require manual fix."
|
||||
echo "Some links in pkg/api/.*types.go are outdated. They require a manual fix."
|
||||
exit_code=1
|
||||
else
|
||||
echo "${green}OK"
|
||||
|
Reference in New Issue
Block a user