From: Tomas Krizek Date: Wed, 30 Jan 2019 13:43:12 +0000 (+0100) Subject: .gitlabci: check for newer root.hints nightly X-Git-Tag: v4.0.0~24^2~211 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07ebf8ba565d90afe7cdf5f1fc6185cea0965ad1;p=thirdparty%2Fknot-resolver.git .gitlabci: check for newer root.hints nightly --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77e880cda..86ab65a27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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)