diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2020-02-08 14:42:40 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2020-02-08 14:42:40 +0100 |
commit | 30fdb52e4bfcb553fdef3fd38240b4ad504070e6 (patch) | |
tree | 26155cb616c950ec5a25884976c2be031a825ab7 | |
parent | c1ad9e3ab1df78359b188cb9740d8297bdb16e25 (diff) |
ci: Allow check-upd job to fail
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |