]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#480,!245] Attempt #3
authorTomek Mrugalski <tomasz@isc.org>
Tue, 26 Feb 2019 18:33:06 +0000 (19:33 +0100)
committerTomek Mrugalski <tomek@isc.org>
Wed, 6 Mar 2019 14:15:28 +0000 (09:15 -0500)
.gitlab-ci.yml

index 984b6a7040edcba1ca0f8f8e51592342dffda053..5eddfe4b469bca7a4a91a92d11728767c869dce5 100644 (file)
@@ -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: