From: Tomek Mrugalski Date: Tue, 26 Feb 2019 18:33:06 +0000 (+0100) Subject: [#480,!245] Attempt #3 X-Git-Tag: 465-add-subnet4-update-and-subnet6-update-commands-to-subnet-cmds-hook_base2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6480caf90fece7537749a2f5b03c0a2cd249f25;p=thirdparty%2Fkea.git [#480,!245] Attempt #3 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 984b6a7040..5eddfe4b46 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,9 +4,21 @@ variables: # Locale settings do not affect the build, but might affect tests. LC_ALL: C + CI_REGISTRY_IMAGE: registry.gitlab.isc.org/isc-projects/images/bind9 + +.debian-stretch-amd64: &debian_stretch_amd64_image + image: "$CI_REGISTRY_IMAGE:debian-stretch-amd64" + <<: *linux_amd64 + +stages: + - setup + - test + ci-setup: + stage: setup script: - - cat /etc/debian_version + - echo $CI_REGISTRY_NAME + - cat /etc/motd - sudo apt install shellcheck shellcheck: