mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 22:05:59 +00:00
godep-save.sh: workaround broken vendor/github.com/docker/docker/project/CONTRIBUTING.md symlink
This commit is contained in:
parent
9775a66310
commit
cd2552749f
@ -64,6 +64,9 @@ pushd "${KUBE_ROOT}" > /dev/null
|
||||
done
|
||||
popd > /dev/null
|
||||
|
||||
# Workaround broken symlink in docker repo because godep copies the link, but not the target
|
||||
rm -rf ${KUBE_ROOT}/vendor/github.com/docker/docker/project/
|
||||
|
||||
echo
|
||||
echo "Don't forget to run:"
|
||||
echo "- hack/update-bazel.sh to recreate the BUILD files"
|
||||
|
Loading…
Reference in New Issue
Block a user