Commit b228054a authored by Miek Gieben's avatar Miek Gieben Committed by Yong Tang

Remove hooks directory (#1470)

This was used for docker automation or someting?
I don't think there are uses for this, lets remove it.
parent f91cb610
#!/bin/sh
echo "=> Building the CoreDNS binary"
docker run \
-v $(pwd):/go/src/github.com/coredns/coredns \
-w /go/src/github.com/coredns/coredns \
golang:1.9 \
make
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