diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..eab5ea197a677a046c4dd3e3761be26922b825fa --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: registry.gitlab.isc.org/isc-projects/images/bind9:debian-sid-amd64 + +shellcheck: + stage: test + tags: + - amd64 + - docker + script: + - find . -name "*.sh" -execdir shellcheck -x {} +