From e6d3e898d8eb065ea5af885eb65b1751950c4704 Mon Sep 17 00:00:00 2001 From: Jehan Date: Wed, 26 May 2021 19:51:31 +0200 Subject: [PATCH] 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 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f0921e8541..7edf460229 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'