mirror of
				https://github.com/coredns/coredns.git
				synced 2025-11-03 18:53:13 -05:00 
			
		
		
		
	Remove hooks directory (#1470)
This was used for docker automation or someting? I don't think there are uses for this, lets remove it.
This commit is contained in:
		@@ -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
 | 
					 | 
				
			||||||
		Reference in New Issue
	
	Block a user