mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-22 18:16:28 +00:00
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
This commit is contained in:
parent
7c79f73a4c
commit
660e325bbc
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ audit:
|
|||
outdated:
|
||||
extends: '.tarball_setup'
|
||||
image: "rust:slim-buster"
|
||||
allow_failure: true
|
||||
stage: 'extras'
|
||||
only:
|
||||
- schedules
|
||||
|
|
Loading…
Reference in a new issue