diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 411a937279..70ce8f97d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,11 +47,11 @@ variables: # # This is done by running `ci-fairy generate-template` and possibly bump # ".default_tag". - FEDORA_TAG: '2021-01-28.0-9831d9f49e57' - UBUNTU_TAG: '2021-01-28.0-b88d09982586' - DEBIAN_TAG: '2021-01-28.0-b88d09982586' - CENTOS_TAG: '2021-01-28.0-9831d9f49e57' - ALPINE_TAG: '2021-01-28.0-3913bcd6d86c' + FEDORA_TAG: '2021-01-28.0-58fe33a4491f' + UBUNTU_TAG: '2021-01-28.0-747962184ec4' + DEBIAN_TAG: '2021-01-28.0-747962184ec4' + CENTOS_TAG: '2021-01-28.0-58fe33a4491f' + ALPINE_TAG: '2021-01-28.0-2436fa17a7d2' FEDORA_EXEC: 'bash .gitlab-ci/fedora-install.sh' UBUNTU_EXEC: 'bash .gitlab-ci/debian-install.sh' diff --git a/.gitlab-ci/ci.template b/.gitlab-ci/ci.template index f195f2c981..ee28a32b07 100644 --- a/.gitlab-ci/ci.template +++ b/.gitlab-ci/ci.template @@ -175,7 +175,7 @@ t_{{distro.name}}:{{version}}: {% endif %} needs: - "{{distro.name}}:{{version}}@container-prep" -{% if not version in distro.always and (distro.name != pages_build.name or version != pages_build.version) %} +{% if not version in distro.get('always', []) and (distro.name != pages_build.name or version != pages_build.version) %} when: manual {% endif %} {% endfor %}