diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2019-02-26 19:33:06 +0100 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2019-03-06 15:15:28 +0100 |
commit | b6480caf90fece7537749a2f5b03c0a2cd249f25 (patch) | |
tree | adebe64e6fee1b8d663151c49e2d712f07678fd8 /.gitlab-ci.yml | |
parent | [#480,!245] yml random fix attempt (diff) | |
download | kea-b6480caf90fece7537749a2f5b03c0a2cd249f25.tar.xz kea-b6480caf90fece7537749a2f5b03c0a2cd249f25.zip |
[#480,!245] Attempt #3
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 14 |
1 files changed, 13 insertions, 1 deletions
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: |