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

This commit is contained in:
Dr. Stefan Schimanski 2017-07-10 09:43:28 +02:00
parent 9775a66310
commit cd2552749f

View File

@ -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"