From e0fb044351aefdc77f3f234098e6d3bc1bc3323b Mon Sep 17 00:00:00 2001 From: Maxim Ganetsky Date: Thu, 18 Aug 2022 01:32:49 +0300 Subject: [PATCH] CI: let Qt5 bindings cache job always run and reuse its own cache, otherwise merge request pipelines will fail for Qt5 widgetset because of missing cache (previously cache updating job was not run if Qt5 bindings didn't have changes, even if the cache was empty). --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17e838159a..3f42642630 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,13 +39,13 @@ update-qt5pas-bindings: # build and cache Qt5 Pascal bindings - make cache: key: qt5pas-cache-$CI_COMMIT_REF_SLUG - policy: push +# policy: push untracked: true paths: - $QT5PAS_SRC/ - rules: - - changes: - - $QT5PAS_SRC/**/* +# rules: +# - changes: +# - $QT5PAS_SRC/**/* .useqt5cache: # this hidden job defines cache configuration used by Qt5 IDE building jobs