gitlab-ci: remove "when: always" in flatpak job.

This clashes with the usage of "rules:" and is even more useless as it
is about checking success of earlier stages (yet this job doesn't need
to wait for any other job).
Fixes CI error:

> jobs:flatpak config key may not be used with `rules`: when
This commit is contained in:
Jehan 2021-05-26 19:51:31 +02:00
parent 434ef403fb
commit e6d3e898d8
1 changed files with 0 additions and 1 deletions

View File

@ -552,7 +552,6 @@ flatpak:
extends: .flatpak
stage: gimp
needs: []
when: always
rules:
# Custom builds though web GUI, API or schedules.
- if: '$GIMP_CI_FLATPAK != null'