mirror of
https://gitlab.freedesktop.org/libfprint/fprintd.git
synced 2026-05-01 12:38:05 +02:00
ci: Use rules instead of except for build pre-conditions
This commit is contained in:
parent
3e788814f0
commit
2689f63c59
1 changed files with 4 additions and 3 deletions
|
|
@ -42,9 +42,10 @@ stages:
|
|||
- test
|
||||
|
||||
.fprintd_build_preconditions:
|
||||
except:
|
||||
variables:
|
||||
- $FPRINT_CRON_TASK == "BUILD_CI_IMAGES"
|
||||
rules:
|
||||
- if: $FPRINT_CRON_TASK == "BUILD_CI_IMAGES"
|
||||
when: never
|
||||
- when: on_success
|
||||
|
||||
.install_libfprint_dev:
|
||||
before_script:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue