From 30fdb52e4bfcb553fdef3fd38240b4ad504070e6 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sat, 8 Feb 2020 14:42:40 +0100 Subject: ci: Allow check-upd job to fail --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e60885f..c66d024 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,3 +40,6 @@ job-check-upd: script: - apt-get install -yy jq - "$CI_PROJECT_DIR/scripts/ci/check-testdata.sh" + allow_failure: true + #^ this job is just informational, stack resolvers juts change too often + # to keep up with -- cgit v1.2.3