gitlab: override 'except' on build rust job

The parent job has an except rule on gst-plugins-rs which was inherited
preventing the job to be run on gst-plugins-rs updates.

Fix #51
This commit is contained in:
Guillaume Desmottes 2020-01-24 11:26:03 +05:30
parent 44c286fffd
commit 44f421e9e5

View file

@ -1000,3 +1000,6 @@ build rust fedora x86_64:
only:
variables:
- $CI_PROJECT_NAME =~ /^(gst-plugins-rs|gstreamer|gst-plugins-base|gst-ci|gst-build)$/
except:
variables:
- $CI_PROJECT_NAME == "cerbero"