From b228054a9aa20c37e5d967f1bad086bf34bc33ec Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 30 Jan 2018 18:15:51 +0200 Subject: [PATCH] Remove hooks directory (#1470) This was used for docker automation or someting? I don't think there are uses for this, lets remove it. --- hooks/pre_build | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 hooks/pre_build 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