Commit cd255274 authored by Dr. Stefan Schimanski's avatar Dr. Stefan Schimanski

godep-save.sh: workaround broken vendor/github.com/docker/docker/project/CONTRIBUTING.md symlink

parent 9775a663
...@@ -64,6 +64,9 @@ pushd "${KUBE_ROOT}" > /dev/null ...@@ -64,6 +64,9 @@ pushd "${KUBE_ROOT}" > /dev/null
done done
popd > /dev/null 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
echo "Don't forget to run:" echo "Don't forget to run:"
echo "- hack/update-bazel.sh to recreate the BUILD files" echo "- hack/update-bazel.sh to recreate the BUILD files"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment