]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
.gitlabci: check for newer root.hints nightly
authorTomas Krizek <tomas.krizek@nic.cz>
Wed, 30 Jan 2019 13:43:12 +0000 (14:43 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:41:52 +0000 (10:41 +0100)
.gitlab-ci.yml

index 77e880cda02ad7df5f4c23fabbc5291928e0b3f0..86ab65a27fc8721c68fda695d1bf8261ea8573df 100644 (file)
@@ -627,6 +627,17 @@ pkg:debian:symbols:libkres:
   dependencies:
     - build:linux:amd64
 
+root.hints:
+  stage: deploy
+  only:
+    variables:
+      - $OBS_BUILD == "1"
+    refs:
+      - nightly@knot/knot-resolver
+  allow_failure: true
+  script:
+    - scripts/update-root-hints.sh
+
 
 # copy snapshot of current master to nightly branch for further processing
 # (this is workaround for missing complex conditions for job limits in Gitlab)