aboutsummaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2018-01-30 18:15:51 +0200
committerGravatar Yong Tang <yong.tang.github@outlook.com> 2018-01-30 08:15:51 -0800
commitb228054a9aa20c37e5d967f1bad086bf34bc33ec (patch)
treef28aca939e82ee320a0dd1ae9176bd9ea8c108bf /hooks
parentf91cb61086211fe4a4b1b61672f127429b7cf4b9 (diff)
downloadcoredns-b228054a9aa20c37e5d967f1bad086bf34bc33ec.tar.gz
coredns-b228054a9aa20c37e5d967f1bad086bf34bc33ec.tar.zst
coredns-b228054a9aa20c37e5d967f1bad086bf34bc33ec.zip
Remove hooks directory (#1470)
This was used for docker automation or someting? I don't think there are uses for this, lets remove it.
Diffstat (limited to 'hooks')
-rw-r--r--hooks/pre_build7
1 files changed, 0 insertions, 7 deletions
diff --git a/hooks/pre_build b/hooks/pre_build
deleted file mode 100644
index 48a9c98f2..000000000
--- a/hooks/pre_build
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/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