From: Peter Hutterer Date: Wed, 4 Jan 2023 04:47:25 +0000 (+1000) Subject: gitlab CI: drop comment about weekly rebuild of images X-Git-Tag: accepted/tizen/unified/20240105.013022~145 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab24664520effebe1e9e587ff03389ab94071502;p=platform%2Fupstream%2Flibinput.git gitlab CI: drop comment about weekly rebuild of images This was disabled many moons ago, pre the b2c work. Signed-off-by: Peter Hutterer --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f1e8491..81a06555 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -215,10 +215,6 @@ check-whitespace: # # ################################################################# -# -# Note: images are rebuilt weekly with a scheduled pipeline with FDO_FORCE_REBUILD set -# -# fedora:36@container-prep: extends: - .fdo.container-build@fedora diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index da37199a..54490e43 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -203,10 +203,6 @@ check-whitespace: # # ################################################################# -# -# Note: images are rebuilt weekly with a scheduled pipeline with FDO_FORCE_REBUILD set -# -# {% for distro in distributions %} {% for version in distro.versions %} {{distro.name}}:{{version}}@container-prep: