diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8555d22..ef119bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ image: debian:stable-slim before_script: - apt-get update - - apt-get install -y ssh-client git knot + - apt-get install -y ssh-client knot # from https://docs.gitlab.com/ee/ci/ssh_keys/ - eval $(ssh-agent -s) - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - @@ -16,6 +16,7 @@ deploy: - | for zonefile in zones/*; do zone=$(basename $zonefile .zone) + echo "Checking zone $zone..." kzonecheck -v -o $zone $zonefile echo $(echo -n $zone | sha1sum | cut -f1 -d' ').zones 0 IN PTR $zone. >> catalog-zones/dns-witch-catalog.zone done