mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #43735 from CaoShuFeng/godeprestore
Automatic merge from submit-queue (batch tested with PRs 40885, 43623, 43735) Use "hack/godep-restore.sh" instead of "godep restore" Now we get errors when run "godep restore". So we need to update the help message. @derekwaynecarr **Special notes for your reviewer**: **Release note**: ```NONE ```
This commit is contained in:
commit
ab892f9de8
@ -28,7 +28,7 @@ cd ${KUBE_ROOT}
|
||||
|
||||
echo "Checking whether godeps are restored"
|
||||
if ! kube::util::godep_restored 2>&1 | sed 's/^/ /'; then
|
||||
echo -e '\nRun 'godep restore' to download dependencies.' 1>&2
|
||||
echo -e '\nExecute script 'hack/godep-restore.sh' to download dependencies.' 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -51,7 +51,7 @@ source "${KUBE_ROOT}/hack/lib/util.sh"
|
||||
|
||||
echo "Checking whether godeps are restored"
|
||||
if ! kube::util::godep_restored 2>&1 | sed 's/^/ /'; then
|
||||
echo -e '\nRun 'godep restore' to download dependencies.' 1>&2
|
||||
echo -e '\nExecute script 'hack/godep-restore.sh' to download dependencies.' 1>&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user