From 660e325bbc21b96a9894e9dc009e4aeec4b04095 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 14 Apr 2020 10:49:14 +0200 Subject: [PATCH] ci: allow outdated job to fail We'd like to be able to ignore some outdated deps which is not yet possible: https://github.com/kbknapp/cargo-outdated/issues/127 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3bc0cc9..879659bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -117,6 +117,7 @@ audit: outdated: extends: '.tarball_setup' image: "rust:slim-buster" + allow_failure: true stage: 'extras' only: - schedules