1
0
mirror of https://github.com/Luzifer/dns.git synced 2024-09-19 15:23:03 +00:00

Remove auto-hook

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-02-06 23:08:29 +01:00
parent 77512b13d5
commit 97295bd34c
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -7,10 +7,8 @@ container:
check_zones: .venv
./.venv/bin/python3 checkZonefile.py
auto-hook-pre-commit: check_zones
.venv:
virtualenv --python=python3 .venv
./.venv/bin/pip3 install -r requirements.txt
.PHONY: check_zones auto-hook-pre-commit container
.PHONY: check_zones container